From d22a02992d557859a8c610fb74e0d070ce936d05 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 08 七月 2024 18:05:26 +0800 Subject: [PATCH] 考试不能多次提交 --- components.d.ts | 29 +++++++++++++++++++++++++++-- 1 files changed, 27 insertions(+), 2 deletions(-) diff --git a/components.d.ts b/components.d.ts index c0ddc14..14021a3 100644 --- a/components.d.ts +++ b/components.d.ts @@ -8,10 +8,35 @@ declare module 'vue' { export interface GlobalComponents { ElButton: typeof import('element-plus/es')['ElButton'] + ElCard: typeof import('element-plus/es')['ElCard'] + ElCol: typeof import('element-plus/es')['ElCol'] + ElCollapse: typeof import('element-plus/es')['ElCollapse'] + ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem'] + ElCountdown: typeof import('element-plus/es')['ElCountdown'] + ElDialog: typeof import('element-plus/es')['ElDialog'] + 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'] + ElRow: typeof import('element-plus/es')['ElRow'] ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] - Header: typeof import('./src/components/Header/index.vue')['default'] - HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] + ElSlider: typeof import('element-plus/es')['ElSlider'] + ElTable: typeof import('element-plus/es')['ElTable'] + ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] + 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'] 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