From fde43ab54ddc3e2d97da575e4f2686d3f23f9fb4 Mon Sep 17 00:00:00 2001 From: hello8693 <1320998105@qq.com> Date: Mon, 5 Aug 2024 18:05:45 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/src/components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/src/components.d.ts b/src/renderer/src/components.d.ts index c92de2b..ea4b7c0 100644 --- a/src/renderer/src/components.d.ts +++ b/src/renderer/src/components.d.ts @@ -23,6 +23,7 @@ declare module 'vue' { ElRow: typeof import('element-plus/es')['ElRow'] ElTag: typeof import('element-plus/es')['ElTag'] ElText: typeof import('element-plus/es')['ElText'] + ExamList: typeof import('./components/ExamList.vue')['default'] ExamStatus: typeof import('./components/ExamStatus.vue')['default'] GgbPlayer: (typeof import('./components/GgbPlayer.vue'))['default'] ReadmeRender: (typeof import('./components/ReadmeRender.vue'))['default']