icarys-form-create-vant 1.0.2 → 1.0.3

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 @@
13
13
  ## 安装
14
14
 
15
15
  ```bash
16
- # 安装组件库(会自动安装 Vant 依赖)
16
+ # 安装组件库
17
17
  npm install icarys-form-create-vant
18
18
 
19
- # 还需要手动安装 Vue 3
20
- npm install vue@^3.1.0
19
+ # 安装必需的依赖
20
+ npm install vue@^3.1.0 vant@^4.0.0
21
21
  ```
22
22
 
23
23
  ## 使用