@zhangqingcq/vgce 0.1.11 → 0.1.12

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