components.d.ts 1.8 KB

1234567891011121314151617181920212223242526272829303132
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. ChooseStudent: typeof import('./../components/ChooseStudent/index.vue')['default']
  10. copy: typeof import('./../components/SquareGame/index copy.vue')['default']
  11. ElIcon: typeof import('element-plus/es')['ElIcon']
  12. ElInput: typeof import('element-plus/es')['ElInput']
  13. ElOption: typeof import('element-plus/es')['ElOption']
  14. ElSelect: typeof import('element-plus/es')['ElSelect']
  15. ElSwitch: typeof import('element-plus/es')['ElSwitch']
  16. FaceWindow: typeof import('./../components/FaceWindow/index.vue')['default']
  17. Header: typeof import('./../components/Header/index.vue')['default']
  18. 'Index copy': typeof import('./../components/SquareGame/index copy.vue')['default']
  19. JumpRopeGame: typeof import('./../components/JumpRopeGame/index.vue')['default']
  20. MultipleItem: typeof import('./../components/MultipleItem/index.vue')['default']
  21. MultipleItemRanking: typeof import('./../components/MultipleItemRanking/index.vue')['default']
  22. OptionWindow: typeof import('./../components/OptionWindow/index.vue')['default']
  23. RankingWindow: typeof import('./../components/RankingWindow/index.vue')['default']
  24. ReportList: typeof import('./../components/ReportList/index.vue')['default']
  25. ReportWindow: typeof import('./../components/ReportWindow/index.vue')['default']
  26. RouterLink: typeof import('vue-router')['RouterLink']
  27. RouterView: typeof import('vue-router')['RouterView']
  28. SquareGame: typeof import('./../components/SquareGame/index.vue')['default']
  29. WorkstationWindow: typeof import('./../components/WorkstationWindow/index.vue')['default']
  30. }
  31. }