From 81f92eb9fb83ed5d8ac0b0a5c206315416f10df0 Mon Sep 17 00:00:00 2001 From: suerprisePlus <15810472099@163.com> Date: 星期四, 04 七月 2024 10:14:06 +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