From fc1f22df5322aa89ffcf60040b01eff0451df3a3 Mon Sep 17 00:00:00 2001 From: WX <1377869194@qq.com> Date: 星期三, 07 六月 2023 17:56:05 +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 5e5ee19..a6fdf86 100644 --- a/src/main.ts +++ b/src/main.ts @@ -13,6 +13,7 @@ //绮掑瓙鐗规晥 import VueParticles from "vue-particles"; import Drag from "./utils/drag"; + const app = createApp(App); for (const [key, component] of Object.entries(ElementPlusIconsVue)) { app.component(key, component); -- Gitblit v1.9.3