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