Commit 0fc14f7a by caoyanzhi

update: 打包调整

parent 26f8db42
......@@ -5,7 +5,7 @@ import Vue from 'vue';
// import Cookies from 'js-cookie';
import App from './App';
import router from './router';
// import ElementUI from 'element-ui';
import ElementUI from 'element-ui';
import VueAxios from 'vue-axios';
import axios from 'axios';
import store from './store/store'; // 状态管理器 vuex
......@@ -19,7 +19,7 @@ import filters from './filters/index.js';
Vue.config.productionTip = false;
// Vue.use(ElementUI);
Vue.use(ElementUI);
Vue.use(VueAxios, axios);
// 注册一个全局自定义指令 `v-focus`
......
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