@zhangqingcq/vgce 0.0.16 → 0.0.17

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -75,6 +75,7 @@ xxx
75
75
  import 'virtual:svg-icons-register'
76
76
  xxx
77
77
  ```
78
+ * PS: if there is error: `Cannot find module ‘fast-glob’`,then run `npm i fast-glob -D` or `pnpm add fast-glob -D`
78
79
 
79
80
  6. example
80
81
  * download [VGCE](https://github.com/RickyHeaven/VGCE.git)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhangqingcq/vgce",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Vector graphics configure editor. svg组态编辑器。基于vue3.3+ts+element-plus+vite",
5
5
  "publishConfig": {
6
6
  "access": "public"