ant-design-x-vue 0.1.4 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/index.mjs +1175 -1156
- package/dist/index.umd.js +8 -8
- package/dist/typings/attachments/Attachments.vue.d.ts +23 -1
- package/dist/typings/attachments/index.d.ts +11 -1
- package/dist/typings/attachments/interface.d.ts +1 -1
- package/dist/typings/bubble/Bubble.vue.d.ts +31 -1
- package/dist/typings/bubble/index.d.ts +19 -1
- package/dist/typings/prompts/Prompts.vue.d.ts +19 -1
- package/dist/typings/suggestion/Suggestion.vue.d.ts +8 -3
- package/dist/typings/use-x-agent/use-x-agent.d.ts +1 -3
- package/dist/typings/welcome/Welcome.vue.d.ts +25 -1
- package/package.json +14 -11
package/README.md
CHANGED
|
@@ -13,11 +13,11 @@ Ant Design X For Vue. 🔥
|
|
|
13
13
|
|
|
14
14
|
## Usage
|
|
15
15
|
|
|
16
|
-
First, install `ant-design-vue` and `ant-design-x-vue
|
|
16
|
+
First, install packages `ant-design-vue` and `ant-design-x-vue` to your project, you can run following commands in your project directory:
|
|
17
17
|
|
|
18
18
|
> pnpm add ant-design-vue ant-design-x-vue
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
Second, import components from `ant-design-vue` library:
|
|
21
21
|
|
|
22
22
|
```ts
|
|
23
23
|
<script setup lang="ts">
|
|
@@ -62,8 +62,10 @@ $ pnpm lint
|
|
|
62
62
|
## Contributing
|
|
63
63
|
|
|
64
64
|
您的贡献至关重要!
|
|
65
|
+
Would you like to change the world with us?
|
|
65
66
|
|
|
66
67
|
您可以参考[Roadmap](https://github.com/wzc520pyfm/ant-design-x-vue/issues/1),从中挑选您感兴趣的部分。
|
|
68
|
+
Please reference the [Roadmap](https://github.com/wzc520pyfm/ant-design-x-vue/issues/1) and pick up any one you like.
|
|
67
69
|
|
|
68
70
|
## Contributors
|
|
69
71
|
|