components.d.ts 474 B

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