components.d.ts 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. CPassword: typeof import('./src/components/register/c-password.vue')['default']
  11. CQuesinfo: typeof import('./src/components/register/c-quesinfo.vue')['default']
  12. CQuestion: typeof import('./src/components/register/c-question.vue')['default']
  13. CRegister: typeof import('./src/components/register/c-register.vue')['default']
  14. CReislogin: typeof import('./src/components/register/c-reislogin.vue')['default']
  15. CUnit: typeof import('./src/components/register/c-unit.vue')['default']
  16. CUpload: typeof import('./src/components/common/c-upload.vue')['default']
  17. CUser: typeof import('./src/components/register/c-user.vue')['default']
  18. RouterLink: typeof import('vue-router')['RouterLink']
  19. RouterView: typeof import('vue-router')['RouterView']
  20. VanButton: typeof import('vant/es')['Button']
  21. VanCellGroup: typeof import('vant/es')['CellGroup']
  22. VanCol: typeof import('vant/es')['Col']
  23. VanCollapse: typeof import('vant/es')['Collapse']
  24. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  25. VanField: typeof import('vant/es')['Field']
  26. VanForm: typeof import('vant/es')['Form']
  27. VanIcon: typeof import('vant/es')['Icon']
  28. VanImage: typeof import('vant/es')['Image']
  29. VanPicker: typeof import('vant/es')['Picker']
  30. VanPopup: typeof import('vant/es')['Popup']
  31. VanRadio: typeof import('vant/es')['Radio']
  32. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  33. VanRow: typeof import('vant/es')['Row']
  34. VanUploader: typeof import('vant/es')['Uploader']
  35. }
  36. }