From 3e5f676d34a0a4b418907563cba9de7480e7e2e5 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 11 十二月 2024 18:31:14 +0800
Subject: [PATCH] 输出节点

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

diff --git a/src/main.ts b/src/main.ts
index ad8cab7..f2a3365 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -10,7 +10,6 @@
 
 import ElementPlus from 'element-plus';
 import '/@/theme/index.scss';
-import VueGridLayout from 'vue-grid-layout';
 import * as ElementPlusIconsVue from '@element-plus/icons-vue';
 import { gotoRoute } from '/@/utils/route';
 
@@ -21,7 +20,7 @@
 }
 directive(app);
 other.elSvg(app);
-app.use(pinia).use(router).use(ElementPlus).use(i18n).use(VueGridLayout).mount('#app');
+app.use(pinia).use(router).use(ElementPlus).use(i18n).mount('#app');
 
 window.openPage = (name, siteId) => {
 	if (siteId) {

--
Gitblit v1.9.3