Commit 7bf0ea51 authored by 曾沂轮's avatar 曾沂轮

Fix: IE兼容修复,依赖修复

parent 424166ee
...@@ -13,9 +13,11 @@ ...@@ -13,9 +13,11 @@
"dependencies": { "dependencies": {
"core-js": "^2.6.5", "core-js": "^2.6.5",
"smart-charts": "^1.0.0-alpha", "smart-charts": "^1.0.0-alpha",
"smart-web": "^2.2.1", "smart-web": "^2.2.4",
"vue": "^2.6.10", "vue": "^2.6.10",
"vue-router": "^3.1.3" "vue-progressbar": "^0.7.5",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
}, },
"devDependencies": { "devDependencies": {
"@smart/eslint-config-standard": "^0.1.0", "@smart/eslint-config-standard": "^0.1.0",
......
...@@ -101,5 +101,5 @@ module.exports = { ...@@ -101,5 +101,5 @@ module.exports = {
}, },
// IE兼容 // IE兼容
transpileDependencies: ['element-ui/src', 'element-ui/packages', 'smart-web'] 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