|
@@ -3,9 +3,9 @@ import App from './App.vue'
|
|
import router from './router'
|
|
import router from './router'
|
|
import store from './store'
|
|
import store from './store'
|
|
|
|
|
|
|
|
+// 解决IE内核浏览器问题
|
|
import 'core-js/stable';
|
|
import 'core-js/stable';
|
|
import 'regenerator-runtime/runtime';
|
|
import 'regenerator-runtime/runtime';
|
|
-// import "babel-polyfill"; // 解决IE内核浏览器问题
|
|
|
|
|
|
|
|
// ElementUI
|
|
// ElementUI
|
|
import '@tools/elUI'
|
|
import '@tools/elUI'
|