企微助手 ,仓库名 短剧

components.d.ts 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. VanEmpty: typeof import('vant/es')['Empty']
  22. VanField: typeof import('vant/es')['Field']
  23. VanIcon: typeof import('vant/es')['Icon']
  24. VanList: typeof import('vant/es')['List']
  25. VanLoading: typeof import('vant/es')['Loading']
  26. VanOverlay: typeof import('vant/es')['Overlay']
  27. VanPopover: typeof import('vant/es')['Popover']
  28. VanSearch: typeof import('vant/es')['Search']
  29. VanTab: typeof import('vant/es')['Tab']
  30. VanTabs: typeof import('vant/es')['Tabs']
  31. }
  32. export interface ComponentCustomProperties {
  33. vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll']
  34. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  35. }
  36. }