|
@@ -9,11 +9,16 @@ declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
ActionConfirmWindow: typeof import('./../components/ActionConfirmWindow/index.vue')['default']
|
|
|
ChooseStudent: typeof import('./../components/ChooseStudent/index.vue')['default']
|
|
|
+ ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
|
+ ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
+ ElPagination: typeof import('element-plus/es')['ElPagination']
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
|
+ ElTable: typeof import('element-plus/es')['ElTable']
|
|
|
+ ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
|
FaceWindow: typeof import('./../components/FaceWindow/index.vue')['default']
|
|
|
Header: typeof import('./../components/Header/index.vue')['default']
|
|
|
JumpRopeGame: typeof import('./../components/JumpRopeGame/index.vue')['default']
|