From 0203ef4d930ba7a56996debad9d14c9528390fba Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 25 Aug 2022 10:17:36 +0800
Subject: [PATCH] 合并
---
src/main.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main.ts b/src/main.ts
index 5635729..18ef496 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -21,6 +21,6 @@
directive(app);
other.elSvg(app);
-app.use(pinia).use(router).use(ElementPlus, { i18n: i18n.global.t, locale: zhCn}).use(i18n).use(VueGridLayout).mount('#app');
+app.use(pinia).use(router).use(ElementPlus, { i18n: i18n.global.t, locale: zhCn }).use(i18n).use(VueGridLayout).mount('#app');
app.config.globalProperties.mittBus = mitt();
--
Gitblit v1.9.2