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 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
- Then, introduce component:
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