1234567891011121314151617181920212223242526272829303132 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- /* prettier-ignore */
- 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']
- JumpRopeGame: typeof import('./../components/JumpRopeGame/index.vue')['default']
- MultipleItem: typeof import('./../components/MultipleItem/index.vue')['default']
- MultipleItemRanking: typeof import('./../components/MultipleItemRanking/index.vue')['default']
- OptionWindow: typeof import('./../components/OptionWindow/index.vue')['default']
- RankingWindow: typeof import('./../components/RankingWindow/index.vue')['default']
- ReportList: typeof import('./../components/ReportList/index.vue')['default']
- ReportWindow: typeof import('./../components/ReportWindow/index.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SquareGame: typeof import('./../components/SquareGame/index.vue')['default']
- WorkstationWindow: typeof import('./../components/WorkstationWindow/index.vue')['default']
- }
- }
|