|
@@ -9,8 +9,11 @@ declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
ChooseStudent: typeof import('./../components/ChooseStudent/index.vue')['default']
|
|
|
copy: typeof import('./../components/SquareGame/index copy.vue')['default']
|
|
|
+ ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
+ ElInput: typeof import('element-plus/es')['ElInput']
|
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
|
+ ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
|
FaceWindow: typeof import('./../components/FaceWindow/index.vue')['default']
|
|
|
Header: typeof import('./../components/Header/index.vue')['default']
|
|
|
'Index copy': typeof import('./../components/SquareGame/index copy.vue')['default']
|