|
@@ -9,6 +9,7 @@ declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
export interface GlobalComponents {
|
|
AddItemWindow: typeof import('./../components/AddItemWindow/index.vue')['default']
|
|
AddItemWindow: typeof import('./../components/AddItemWindow/index.vue')['default']
|
|
ChooseStudent: typeof import('./../components/ChooseStudent/index.vue')['default']
|
|
ChooseStudent: typeof import('./../components/ChooseStudent/index.vue')['default']
|
|
|
|
+ copy: typeof import('./../components/JumpRopeGame/index copy.vue')['default']
|
|
ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
@@ -21,6 +22,8 @@ declare module 'vue' {
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
FaceWindow: typeof import('./../components/FaceWindow/index.vue')['default']
|
|
FaceWindow: typeof import('./../components/FaceWindow/index.vue')['default']
|
|
Header: typeof import('./../components/Header/index.vue')['default']
|
|
Header: typeof import('./../components/Header/index.vue')['default']
|
|
|
|
+ 'Index copy': typeof import('./../components/JumpRopeGame/index copy.vue')['default']
|
|
|
|
+ JumpRopeGame: typeof import('./../components/JumpRopeGame/index.vue')['default']
|
|
MultipleItem: typeof import('./../components/MultipleItem/index.vue')['default']
|
|
MultipleItem: typeof import('./../components/MultipleItem/index.vue')['default']
|
|
OptionWindow: typeof import('./../components/OptionWindow/index.vue')['default']
|
|
OptionWindow: typeof import('./../components/OptionWindow/index.vue')['default']
|
|
ReportList: typeof import('./../components/ReportList/index.vue')['default']
|
|
ReportList: typeof import('./../components/ReportList/index.vue')['default']
|