From b9b15cf8c857e3d02a9afa5c0a21de70d6932e62 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期三, 03 七月 2024 13:34:14 +0800
Subject: [PATCH] fix:pdf查看器修改

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

diff --git a/components.d.ts b/components.d.ts
index 29dd682..bc00ff8 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -35,7 +35,12 @@
     Header: typeof import('./src/components/Header/index.vue')['default']
     HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
     NormalHeader: typeof import('./src/components/NormalHeader/index.vue')['default']
+    PDFViewer: typeof import('./src/components/PDFViewer/index.vue')['default']
+    PDFVIewer: typeof import('./src/components/PDFVIewer/index.vue')['default']
     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