components.d.ts 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. Admin1: typeof import('./src/components/account/admin-1.vue')['default']
  11. CUpload: typeof import('./src/components/common/c-upload.vue')['default']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. Unit1: typeof import('./src/components/account/unit-1.vue')['default']
  15. Updatepwd1: typeof import('./src/components/account/updatepwd-1.vue')['default']
  16. User1: typeof import('./src/components/account/user-1.vue')['default']
  17. VanButton: typeof import('vant/es')['Button']
  18. VanCellGroup: typeof import('vant/es')['CellGroup']
  19. VanCheckbox: typeof import('vant/es')['Checkbox']
  20. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  21. VanCol: typeof import('vant/es')['Col']
  22. VanCollapse: typeof import('vant/es')['Collapse']
  23. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  24. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  25. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  26. VanField: typeof import('vant/es')['Field']
  27. VanForm: typeof import('vant/es')['Form']
  28. VanIcon: typeof import('vant/es')['Icon']
  29. VanNavBar: typeof import('vant/es')['NavBar']
  30. VanPagination: typeof import('vant/es')['Pagination']
  31. VanPicker: typeof import('vant/es')['Picker']
  32. VanPopup: typeof import('vant/es')['Popup']
  33. VanRadio: typeof import('vant/es')['Radio']
  34. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  35. VanRow: typeof import('vant/es')['Row']
  36. VanSearch: typeof import('vant/es')['Search']
  37. VantEditor: typeof import('vant/es')['tEditor']
  38. VanUploader: typeof import('vant/es')['Uploader']
  39. }
  40. }