@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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. 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,但需要引入其样式文件`import 'element-plus/dist/index.css'`,如果你不想全部引入该样式文件,可以按组件手动引入,如:`import 'element-plus/es/components/select/style/css'`,这样可以减小你生产包的体积,但你需要仔细排查该引入哪些组件样式
175
+ - 本库ui框架使用的是`element-plus`,所以你需要在你的项目安装 element-plus 依赖,依赖版本按上面给出的版本
176
+ - 在你没有其他地方使用element-plus组件的情况下,可以不用完整安装element-plus
178
177
  - 如果有少量使用其组件,也可以使用按需引入或手动引入,如果项目使用了其他UI框架,在不完整安装element-plus的情况下,是不会有冲突的
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhangqingcq/vgce",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
4
4
  "description": "Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite",
5
5
  "publishConfig": {
6
6
  "access": "public"