suerprisePlus
2024-06-05 5bbdc2dd07a05c9953df1a9125dd9cb894212c08
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')