components.d.ts 464 B

123456789101112131415
  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. RouterLink: typeof import('vue-router')['RouterLink']
  8. RouterView: typeof import('vue-router')['RouterView']
  9. TheAuth: typeof import('./src/components/TheAuth/index.vue')['default']
  10. }
  11. }
  12. export {}