src/main.js
@@ -5,6 +5,10 @@ import 'element-ui/lib/theme-chalk/index.css'; import JwChat from '@/components' import store from './store'; // 引入路由 import router from './router' Vue.use(ElementUI) // import JwChat from '../lib/JwChat.common'; @@ -15,5 +19,6 @@ new Vue({ store, router, render: h => h(App), }).$mount('#app')