We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3120b1a commit a8fbcadCopy full SHA for a8fbcad
package.json
@@ -10,6 +10,7 @@
10
},
11
"dependencies": {
12
"axios": "^0.18.0",
13
+ "babel-polyfill": "^6.26.0",
14
"core-js": "^2.6.5",
15
"mint-ui": "^2.2.13",
16
"mockjs": "^1.0.1-beta3",
@@ -59,4 +60,4 @@
59
60
"last 2 versions",
61
"not ie <= 8"
62
]
-}
63
+}
src/main.js
@@ -5,6 +5,9 @@ import App from '@/App'
5
import router from '@/router'
6
import store from '@/store'
7
8
+// 兼容IE8以上
9
+import 'babel-polyfill'
+
// 第三方库
import MintUI, { Indicator, Toast } from 'mint-ui'
import 'mint-ui/lib/style.css'
0 commit comments