components.d.ts 904 B

12345678910111213141516171819202122
  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. OpenApp: typeof import('./src/components/OpenApp/index.vue')['default']
  10. RouterLink: typeof import('vue-router')['RouterLink']
  11. RouterView: typeof import('vue-router')['RouterView']
  12. VanButton: typeof import('vant/es')['Button']
  13. VanDialog: typeof import('vant/es')['Dialog']
  14. VanField: typeof import('vant/es')['Field']
  15. VanIcon: typeof import('vant/es')['Icon']
  16. VanLoading: typeof import('vant/es')['Loading']
  17. VanOverlay: typeof import('vant/es')['Overlay']
  18. VanProgress: typeof import('vant/es')['Progress']
  19. }
  20. }