Commit b155d6de authored by 曾沂轮's avatar 曾沂轮

Fix: 依赖修复,IE兼容

parent 5aa1386c
...@@ -14,8 +14,9 @@ ...@@ -14,8 +14,9 @@
"core-js": "^2.6.5", "core-js": "^2.6.5",
"smart-web": "^2.2.3", "smart-web": "^2.2.3",
"vue": "^2.6.10", "vue": "^2.6.10",
"vue-progressbar": "^0.7.5",
"vue-router": "^3.1.3", "vue-router": "^3.1.3",
"vuex": "^3.1.1" "vuex": "^3.1.2"
}, },
"devDependencies": { "devDependencies": {
"@smart/eslint-config-standard": "^0.1.0", "@smart/eslint-config-standard": "^0.1.0",
......
...@@ -89,5 +89,5 @@ module.exports = { ...@@ -89,5 +89,5 @@ module.exports = {
}, },
// IE兼容 // IE兼容
transpileDependencies: ['element-ui/src', 'element-ui/packages'] transpileDependencies: ['element-ui/src', 'element-ui/packages', 'smart-web/packages']
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment