From fd4137f911011f741f71f962ecf59ba4af19ca06 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期二, 11 七月 2023 09:21:45 +0800
Subject: [PATCH] 空间查询移动和拖拽修改

---
 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