From 19fe2c123c31b18566f36a2773b0f2ea0901df63 Mon Sep 17 00:00:00 2001
From: 刘嘉威 <daidaibg@163.com>
Date: 星期二, 25 十月 2022 15:24:58 +0800
Subject: [PATCH] feat: 增加中间地图

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

diff --git a/components.d.ts b/components.d.ts
index 54829db..2228740 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -8,11 +8,14 @@
 declare module '@vue/runtime-core' {
   export interface GlobalComponents {
     CountUp: typeof import('./src/components/count-up/count-up.vue')['default']
+    DialogContent: typeof import('./src/components/Plugins/DialogContent/index.vue')['default']
     ElButton: typeof import('element-plus/es')['ElButton']
     ElDrawer: typeof import('element-plus/es')['ElDrawer']
     ElRadio: typeof import('element-plus/es')['ElRadio']
     ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
     ItemWrap: typeof import('./src/components/item-wrap/item-wrap.vue')['default']
+    LoadingContent: typeof import('./src/components/Plugins/LoadingContent/index.vue')['default']
+    MessageContent: typeof import('./src/components/Plugins/MessageContent/index.vue')['default']
     RouterLink: typeof import('vue-router')['RouterLink']
     RouterView: typeof import('vue-router')['RouterView']
     ScaleScreen: typeof import('./src/components/scale-screen/scale-screen.vue')['default']

--
Gitblit v1.8.0