From aa8324b43533f07abb06d9fa3dcb894d40136cae Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期二, 11 七月 2023 17:11:10 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/MoonWeb

---
 src/main.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index d5fe624..d92cbfd 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -13,6 +13,7 @@
 //绮掑瓙鐗规晥
 import VueParticles from "vue-particles";
 import Drag from "./utils/drag";
+import resizable from "./utils//resizable";
 const app = createApp(App);
 for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
   app.component(key, component);
@@ -24,4 +25,5 @@
   .use(router)
   .use(VueParticles)
   .use(Drag)
+  .use(resizable)
   .mount("#app");

--
Gitblit v1.9.3