components.d.ts 613 B

12345678910111213141516
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. declare module '@vue/runtime-core' {
  6. export interface GlobalComponents {
  7. ElPagination: typeof import('element-plus/es')['ElPagination']
  8. Pagination: typeof import('./src/components/pagination/index.vue')['default']
  9. RouterLink: typeof import('vue-router')['RouterLink']
  10. RouterView: typeof import('vue-router')['RouterView']
  11. TheAuth: typeof import('./src/components/TheAuth/index.vue')['default']
  12. }
  13. }
  14. export {}