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