From 3075f9a9b48f02ec427940797bea03ded3e45cd0 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 04 七月 2024 15:12:40 +0800 Subject: [PATCH] feat:成绩列表 --- components.d.ts | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/components.d.ts b/components.d.ts index 7a35975..e5ce19c 100644 --- a/components.d.ts +++ b/components.d.ts @@ -7,17 +7,31 @@ /* 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'] + 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'] ElRow: typeof import('element-plus/es')['ElRow'] ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElTable: typeof import('element-plus/es')['ElTable'] ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] - Header: typeof import('./src/components/Header/index.vue')['default'] - HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] + 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'] + 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