@zhangqingcq/vgce 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -173,6 +173,6 @@ or
|
|
173
173
|
|
174
174
|
### 注意:
|
175
175
|
|
176
|
-
- 本库ui框架使用的是`element-plus`,所以你需要在你的项目安装 element-plus
|
177
|
-
- 在你没有其他地方使用element-plus组件的情况下,可以不用完整安装element-plus
|
176
|
+
- 本库ui框架使用的是`element-plus`,所以你需要在你的项目安装 element-plus 依赖,依赖版本按上面给出的版本
|
177
|
+
- 在你没有其他地方使用element-plus组件的情况下,可以不用完整安装element-plus
|
178
178
|
- 如果有少量使用其组件,也可以使用按需引入或手动引入,如果项目使用了其他UI框架,在不完整安装element-plus的情况下,是不会有冲突的
|