components.d.ts 1.6 KB

1234567891011121314151617181920212223242526272829
  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. ElIcon: typeof import('element-plus/es')['ElIcon']
  11. ElOption: typeof import('element-plus/es')['ElOption']
  12. ElSelect: typeof import('element-plus/es')['ElSelect']
  13. FaceWindow: typeof import('./../components/FaceWindow/index.vue')['default']
  14. Header: typeof import('./../components/Header/index.vue')['default']
  15. JumpRopeGame: typeof import('./../components/JumpRopeGame/index.vue')['default']
  16. MultipleItem: typeof import('./../components/MultipleItem/index.vue')['default']
  17. MultipleItemRanking: typeof import('./../components/MultipleItemRanking/index.vue')['default']
  18. OnlineFaceWindow: typeof import('./../components/OnlineFaceWindow/index.vue')['default']
  19. OptionWindow: typeof import('./../components/OptionWindow/index.vue')['default']
  20. RankingWindow: typeof import('./../components/RankingWindow/index.vue')['default']
  21. ReportList: typeof import('./../components/ReportList/index.vue')['default']
  22. ReportWindow: typeof import('./../components/ReportWindow/index.vue')['default']
  23. RouterLink: typeof import('vue-router')['RouterLink']
  24. RouterView: typeof import('vue-router')['RouterView']
  25. SquareGame: typeof import('./../components/SquareGame/index.vue')['default']
  26. WorkstationWindow: typeof import('./../components/WorkstationWindow/index.vue')['default']
  27. }
  28. }