components.d.ts 582 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. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. LuojigouBoard: typeof import('./src/components/LuojigouBoard/index.vue')['default']
  9. RouterLink: typeof import('vue-router')['RouterLink']
  10. RouterView: typeof import('vue-router')['RouterView']
  11. VanOverlay: typeof import('vant/es')['Overlay']
  12. VanProgress: typeof import('vant/es')['Progress']
  13. }
  14. }