From a9b551ccd8876a56db42933ecd8e26e4e866163a Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 04 七月 2024 16:54:16 +0800 Subject: [PATCH] fix:名称替换 --- components.d.ts | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/components.d.ts b/components.d.ts index 8770ace..6086e98 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,7 +7,6 @@ /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { - ElAvatar: typeof import('element-plus/es')['ElAvatar'] ElButton: typeof import('element-plus/es')['ElButton'] ElCard: typeof import('element-plus/es')['ElCard'] ElCol: typeof import('element-plus/es')['ElCol'] @@ -33,9 +32,6 @@ 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'] - 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'] -- Gitblit v1.8.0