vue-amazing-ui 2.1.6 → 2.1.7

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
@@ -54,7 +54,7 @@ app.mount('#app')
54
54
 
55
55
  **Global Partial Registration**
56
56
 
57
- *In this form, only components imported will be bundled.*
57
+ *In this form, only the imported components will be bundled.*
58
58
 
59
59
  ```ts
60
60
  import { createApp } from 'vue'
@@ -70,7 +70,7 @@ app.mount('#app')
70
70
 
71
71
  **Local Registration**
72
72
 
73
- *In this form, only components imported will be bundled.*
73
+ *In this form, only the imported components will be bundled as well.*
74
74
 
75
75
  ```vue
76
76
  <script setup lang="ts">