Browse Source

升级vite版本修复安装依赖avue报错问题

dev
马远东 1 month ago
parent
commit
6fecb49060
  1. 4
      package.json

4
package.json

@ -12,7 +12,7 @@
"@antfu/utils": "^0.7.2",
"@element-plus/icons-vue": "^2.0.9",
"@saber/nf-design-base-elp": "^1.1.1",
"@smallwei/avue": "^3.2.19",
"@smallwei/avue": "^3.4.9",
"animate.css": "^4.1.1",
"avue-plugin-ueditor": "^1.0.3",
"axios": "^0.21.1",
@ -43,7 +43,7 @@
"prettier": "^2.8.7",
"sass": "^1.37.5",
"unplugin-auto-import": "^0.11.2",
"vite": "^2.9.16",
"vite": "^5.4.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"xlsx": "0.18.5"

Loading…
Cancel
Save