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 | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/components.d.ts b/components.d.ts
index 8742b82..bc00ff8 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -29,12 +29,18 @@
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTag: typeof import('element-plus/es')['ElTag']
+ ExamAudio: typeof import('./src/components/ExamAudio/index.vue')['default']
ExamInfo: typeof import('./src/components/ExamInfo/index.vue')['default']
ExamInfoDialog: typeof import('./src/components/ExamInfoDialog/index.vue')['default']
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