From 3cb8b5f7811b7b22106d69d5b301fb32b7c6095c Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 15 五月 2024 15:45:32 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/main.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/UI-Project/src/main.js b/UI-Project/src/main.js index 41bf9c3..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' @@ -11,8 +11,8 @@ 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 ) @@ -23,5 +23,5 @@ app.use(ElementPlus,{ locale: zhCn, }) - -app.mount('#app') + +app.mount('#app') \ No newline at end of file -- Gitblit v1.8.0