chore: 更新组件调用

This commit is contained in:
hello8693 2024-08-05 18:05:45 +08:00
parent 21679fcd75
commit fde43ab54d

View File

@ -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']