企微助手 ,仓库名 短剧

components.d.ts 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. VanButton: typeof import('vant/es')['Button']
  19. VanCell: typeof import('vant/es')['Cell']
  20. VanCellGroup: typeof import('vant/es')['CellGroup']
  21. VanCollapse: typeof import('vant/es')['Collapse']
  22. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  23. VanEmpty: typeof import('vant/es')['Empty']
  24. VanField: typeof import('vant/es')['Field']
  25. VanIcon: typeof import('vant/es')['Icon']
  26. VanList: typeof import('vant/es')['List']
  27. VanLoading: typeof import('vant/es')['Loading']
  28. VanOverlay: typeof import('vant/es')['Overlay']
  29. VanPopover: typeof import('vant/es')['Popover']
  30. VanSearch: typeof import('vant/es')['Search']
  31. VanTab: typeof import('vant/es')['Tab']
  32. VanTabs: typeof import('vant/es')['Tabs']
  33. VanUploader: typeof import('vant/es')['Uploader']
  34. }
  35. export interface ComponentCustomProperties {
  36. vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll']
  37. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  38. }
  39. }