From 98e38073c372501331f1f399854d9e9690da979c Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期六, 13 八月 2022 17:09:35 +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