From 9c71d96bad37e81ece769f8eb9a4c3c766393b3c Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期三, 03 七月 2024 17:45:11 +0800
Subject: [PATCH] fix:修改socket

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

diff --git a/components.d.ts b/components.d.ts
index c0d2a04..8770ace 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -18,6 +18,7 @@
     ElForm: typeof import('element-plus/es')['ElForm']
     ElFormItem: typeof import('element-plus/es')['ElFormItem']
     ElIcon: typeof import('element-plus/es')['ElIcon']
+    ElImageViewer: typeof import('element-plus/es')['ElImageViewer']
     ElInput: typeof import('element-plus/es')['ElInput']
     ElPagination: typeof import('element-plus/es')['ElPagination']
     ElProgress: typeof import('element-plus/es')['ElProgress']
@@ -34,9 +35,13 @@
     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']
+    ImageViewer: typeof import('./src/components/ImageViewer/index.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']
+    VideoViewer: typeof import('./src/components/VideoViewer/index.vue')['default']
   }
   export interface ComponentCustomProperties {
     vLoading: typeof import('element-plus/es')['ElLoadingDirective']

--
Gitblit v1.8.0