From c2ca81f5bff6642e3728d60f6e7a836e447de6b5 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期一, 01 七月 2024 16:27:19 +0800
Subject: [PATCH] fix:修改音频题

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

diff --git a/components.d.ts b/components.d.ts
index 29dd682..c0d2a04 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -38,4 +38,7 @@
     RouterLink: typeof import('vue-router')['RouterLink']
     RouterView: typeof import('vue-router')['RouterView']
   }
+  export interface ComponentCustomProperties {
+    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
+  }
 }

--
Gitblit v1.8.0