|
@@ -4,9 +4,9 @@ import router from './router';
|
|
|
import ElementUI from 'element-ui';
|
|
import ElementUI from 'element-ui';
|
|
|
import 'element-ui/lib/theme-default/index.css'; // 默认主题
|
|
import 'element-ui/lib/theme-default/index.css'; // 默认主题
|
|
|
// import '../static/css/theme-green/index.css'; // 浅绿色主题
|
|
// import '../static/css/theme-green/index.css'; // 浅绿色主题
|
|
|
-
|
|
|
|
|
|
|
+import "babel-polyfill";
|
|
|
Vue.use(ElementUI);
|
|
Vue.use(ElementUI);
|
|
|
new Vue({
|
|
new Vue({
|
|
|
router,
|
|
router,
|
|
|
render: h => h(App)
|
|
render: h => h(App)
|
|
|
-}).$mount('#app');
|
|
|
|
|
|
|
+}).$mount('#app');
|