From 5bbdc2dd07a05c9953df1a9125dd9cb894212c08 Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期三, 05 六月 2024 20:21:18 +0800 Subject: [PATCH] 代码更新 --- src/main.js | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index dc8c3d9..d85f229 100644 --- a/src/main.js +++ b/src/main.js @@ -5,15 +5,20 @@ 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'; // import '../lib/JwChat.css'; Vue.use(JwChat) - + Vue.config.productionTip = false new Vue({ store, + router, render: h => h(App), }).$mount('#app') -- Gitblit v1.9.3