ant-design-x-vue 0.0.14 → 0.0.15

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
@@ -17,7 +17,7 @@ Then, introduce component:
17
17
 
18
18
  ```ts
19
19
  <script setup lang="ts">
20
- import { Bubble, XProvider } 'ant-design-x-vue';
20
+ import { Bubble, XProvider } from 'ant-design-x-vue';
21
21
  </script>
22
22
 
23
23
  <template>
@@ -66,8 +66,8 @@ $ pnpm lint
66
66
 
67
67
  ## Contributors
68
68
 
69
- <a href="https://github.com/wzc520pyfm/ohcolor/graphs/contributors">
70
- <img src="https://contrib.rocks/image?repo=wzc520pyfm/ohcolor" />
69
+ <a href="https://github.com/wzc520pyfm/ant-design-x-vue/graphs/contributors">
70
+ <img src="https://contrib.rocks/image?repo=wzc520pyfm/ant-design-x-vue" />
71
71
  </a>
72
72
 
73
73
  ## LICENSE