components.d.ts 2.0 KB

123456789101112131415161718192021222324252627282930313233343536
  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. ElAvatar: typeof import('element-plus/es')['ElAvatar']
  11. ElButton: typeof import('element-plus/es')['ElButton']
  12. ElIcon: typeof import('element-plus/es')['ElIcon']
  13. ElInput: typeof import('element-plus/es')['ElInput']
  14. ElOption: typeof import('element-plus/es')['ElOption']
  15. ElPagination: typeof import('element-plus/es')['ElPagination']
  16. ElSelect: typeof import('element-plus/es')['ElSelect']
  17. ElSwitch: typeof import('element-plus/es')['ElSwitch']
  18. ElTable: typeof import('element-plus/es')['ElTable']
  19. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  20. FaceWindow: typeof import('./../components/FaceWindow/index.vue')['default']
  21. Header: typeof import('./../components/Header/index.vue')['default']
  22. JumpRopeGame: typeof import('./../components/JumpRopeGame/index.vue')['default']
  23. MultipleItem: typeof import('./../components/MultipleItem/index.vue')['default']
  24. MultipleItemRanking: typeof import('./../components/MultipleItemRanking/index.vue')['default']
  25. OnlineFaceWindow: typeof import('./../components/OnlineFaceWindow/index.vue')['default']
  26. OptionWindow: typeof import('./../components/OptionWindow/index.vue')['default']
  27. RankingWindow: typeof import('./../components/RankingWindow/index.vue')['default']
  28. ReportList: typeof import('./../components/ReportList/index.vue')['default']
  29. ReportWindow: typeof import('./../components/ReportWindow/index.vue')['default']
  30. RouterLink: typeof import('vue-router')['RouterLink']
  31. RouterView: typeof import('vue-router')['RouterView']
  32. SquareGame: typeof import('./../components/SquareGame/index.vue')['default']
  33. WorkstationWindow: typeof import('./../components/WorkstationWindow/index.vue')['default']
  34. }
  35. }