From 10240c91ebf58537d583ed7ed8f04b7ebe9490bf Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期三, 03 七月 2024 15:29:27 +0800
Subject: [PATCH] fix:修改答题选项渲染

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

diff --git a/components.d.ts b/components.d.ts
index 9de0d54..8770ace 100644
--- a/components.d.ts
+++ b/components.d.ts
@@ -41,6 +41,7 @@
     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