From 70ca3f9f8a484263c07964c7f957aa8c3f6e8ef8 Mon Sep 17 00:00:00 2001
From: zhangyong <517047165@qq.com>
Date: 星期五, 24 五月 2024 11:11:03 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/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