mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
将avue的依赖版本固定,免得avue多次更新不兼容...导致各种问题
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"build": "gulp"
|
||||
},
|
||||
"dependencies": {
|
||||
"@smallwei/avue": "^2.0.2",
|
||||
"@smallwei/avue": "2.0.2",
|
||||
"axios": "0.18.1",
|
||||
"babel-plugin-component": "0.10.1",
|
||||
"babel-polyfill": "6.26.0",
|
||||
@@ -22,7 +22,7 @@
|
||||
"gulp-load-plugins": "1.6.0",
|
||||
"gulp-replace": "1.0.0",
|
||||
"lodash": "4.17.5",
|
||||
"node-sass": "~4.12.0",
|
||||
"node-sass": "4.12.0",
|
||||
"sass-loader": "6.0.6",
|
||||
"svg-sprite-loader": "3.7.3",
|
||||
"vue": "2.6.10",
|
||||
|
||||
Reference in New Issue
Block a user