From 55d42cc7a2e6e21e1f8e06ca80089fe911914ac9 Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期四, 21 十一月 2024 11:20:16 +0800
Subject: [PATCH] 弹窗,抽屉关闭的操作放在统一包裹组件中

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

diff --git a/src/components.d.ts b/src/components.d.ts
index 729095e..0d93b9a 100644
--- a/src/components.d.ts
+++ b/src/components.d.ts
@@ -10,6 +10,7 @@
     BaseContentLayout: typeof import('./components/core/BaseContentLayout.vue')['default']
     BaseMap: typeof import('./components/map/BaseMap.vue')['default']
     BasePanelLayout: typeof import('./components/core/BasePanelLayout.vue')['default']
+    CompGenericWrapper: typeof import('./components/CompGenericWrapper.vue')['default']
     CompQuickSet: typeof import('./components/search-option/CompQuickSet.vue')['default']
     Content: typeof import('./components/core/Content.vue')['default']
     ElAside: typeof import('element-plus/es')['ElAside']

--
Gitblit v1.9.3