猎户系统

components.d.ts 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. ElButton: typeof import('element-plus/es')['ElButton']
  9. ElOption: typeof import('element-plus/es')['ElOption']
  10. ElSelect: typeof import('element-plus/es')['ElSelect']
  11. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  12. NoData: typeof import('./src/components/noData.vue')['default']
  13. RouterLink: typeof import('vue-router')['RouterLink']
  14. RouterView: typeof import('vue-router')['RouterView']
  15. Tag: typeof import('./src/components/tag.vue')['default']
  16. TestCom: typeof import('./src/components/TestCom.vue')['default']
  17. VanActionSheet: typeof import('vant/es')['ActionSheet']
  18. VanCellGroup: typeof import('vant/es')['CellGroup']
  19. VanCollapse: typeof import('vant/es')['Collapse']
  20. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  21. VanDialog: typeof import('vant/es')['Dialog']
  22. VanEmpty: typeof import('vant/es')['Empty']
  23. VanField: typeof import('vant/es')['Field']
  24. VanIcon: typeof import('vant/es')['Icon']
  25. VanList: typeof import('vant/es')['List']
  26. VanLoading: typeof import('vant/es')['Loading']
  27. VanOverlay: typeof import('vant/es')['Overlay']
  28. VanPopover: typeof import('vant/es')['Popover']
  29. VanSearch: typeof import('vant/es')['Search']
  30. VanTab: typeof import('vant/es')['Tab']
  31. VanTabs: typeof import('vant/es')['Tabs']
  32. }
  33. export interface ComponentCustomProperties {
  34. vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll']
  35. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  36. }
  37. }