From f39fd71eedfd828e715d33356a8c38ffbe66eb1a Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期五, 24 五月 2024 15:28:09 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/main.js | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/UI-Project/src/main.js b/UI-Project/src/main.js index d366da6..fe656ab 100644 --- a/UI-Project/src/main.js +++ b/UI-Project/src/main.js @@ -1,5 +1,5 @@ import './assets/main.css' - + import { createApp } from 'vue' import { createPinia } from 'pinia' import piniaPluginPersistedstate from 'pinia-plugin-persistedstate' @@ -10,15 +10,18 @@ import 'element-plus/dist/index.css' import VXETable from 'vxe-table' import 'vxe-table/lib/style.css' - +// import i18n from './lang/i18n' + + const app = createApp(App) const pinia = createPinia() pinia.use(piniaPluginPersistedstate ) +// app.use(i18n) app.use(VXETable) app.use(pinia) app.use(router) app.use(ElementPlus,{ locale: zhCn, }) - -app.mount('#app') + +app.mount('#app') \ No newline at end of file -- Gitblit v1.8.0