From be8b9ba19cee023829d2adc5d390e5bf0f56cbb8 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 08 四月 2024 17:33:33 +0800 Subject: [PATCH] 版本更新 --- src/main.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main.ts b/src/main.ts index 9c8e937..9e35397 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,4 +15,5 @@ import "./assets/css/global.css"; import "amfe-flexible/index"; // import "lib-flexible/flexible"; + createApp(App).use(ElementPlus).use(store).use(router).mount("#app"); -- Gitblit v1.9.3