From 7b89e2cf25b6d5a43ecc86bb64a6a245ae862c6e Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期五, 17 五月 2024 11:12:25 +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