components.d.ts 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. AreaSelect: typeof import('./src/components/AreaSelect/index.vue')['default']
  10. Autocomplete: typeof import('./src/components/FormUI/autocomplete/index.vue')['default']
  11. Cascade: typeof import('./src/components/FormUI/cascade/index.vue')['default']
  12. Checkbox: typeof import('./src/components/FormUI/checkbox/index.vue')['default']
  13. Combobox: typeof import('./src/components/FormUI/combobox/index.vue')['default']
  14. ComboboxZhAndEn: typeof import('./src/components/FormUI/comboboxZhAndEn/index.vue')['default']
  15. ConfirmPaymentDialog: typeof import('./src/components/pay/confirmPaymentDialog.vue')['default']
  16. copy: typeof import('./src/components/CtForm/index copy.vue')['default']
  17. CtBtn: typeof import('./src/components/CtVuetify/CtBtn/index.vue')['default']
  18. CtDialog: typeof import('./src/components/CtDialog/index.vue')['default']
  19. CtForm: typeof import('./src/components/CtForm/index.vue')['default']
  20. CtIcon: typeof import('./src/components/CtVuetify/CtIcon/index.vue')['default']
  21. CtMenu: typeof import('./src/components/CtVuetify/CtMenu/index.vue')['default']
  22. CtPagination: typeof import('./src/components/CtPagination/index.vue')['default']
  23. CtSearch: typeof import('./src/components/CtSearch/index.vue')['default']
  24. CtTable: typeof import('./src/components/CtTable/index.vue')['default']
  25. CtTextField: typeof import('./src/components/CtVuetify/CtTextField/index.vue')['default']
  26. DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
  27. Details: typeof import('./src/components/Enterprise/details.vue')['default']
  28. Echarts: typeof import('./src/components/Echarts/index.vue')['default']
  29. ElCascader: typeof import('element-plus/es')['ElCascader']
  30. Empty: typeof import('./src/components/Empty/index.vue')['default']
  31. File: typeof import('./src/components/Upload/file.vue')['default']
  32. HeadSearch: typeof import('./src/components/headSearch/index.vue')['default']
  33. HotPromoted: typeof import('./src/components/Enterprise/hotPromoted.vue')['default']
  34. Img: typeof import('./src/components/Upload/img.vue')['default']
  35. ImgCropper: typeof import('./src/components/ImgCropper/index.vue')['default']
  36. 'Index copy': typeof import('./src/components/CtForm/index copy.vue')['default']
  37. IndustryTypeCard: typeof import('./src/components/industryTypeCard/index.vue')['default']
  38. Info: typeof import('./src/components/Enterprise/info.vue')['default']
  39. InitPay: typeof import('./src/components/personalRecharge/initPay.vue')['default']
  40. Introduction: typeof import('./src/components/Enterprise/components/introduction.vue')['default']
  41. Item: typeof import('./src/components/Position/item.vue')['default']
  42. JobTypeCard: typeof import('./src/components/jobTypeCard/index.vue')['default']
  43. ListGroup: typeof import('./src/components/FormUI/nestedListGroup/components/listGroup.vue')['default']
  44. Loading: typeof import('./src/components/Loading/index.vue')['default']
  45. LongCompany: typeof import('./src/components/Position/longCompany.vue')['default']
  46. LongStrip: typeof import('./src/components/Position/longStrip.vue')['default']
  47. NestedListGroup: typeof import('./src/components/FormUI/nestedListGroup/index.vue')['default']
  48. Pay: typeof import('./src/components/pay/index.vue')['default']
  49. PersonalRecharge: typeof import('./src/components/personalRecharge/index.vue')['default']
  50. Positions: typeof import('./src/components/Enterprise/components/positions.vue')['default']
  51. PreviewImg: typeof import('./src/components/PreviewImg/index.vue')['default']
  52. QrCode: typeof import('./src/components/QrCode/index.vue')['default']
  53. RadioGroup: typeof import('./src/components/FormUI/radioGroup/index.vue')['default']
  54. Recharge: typeof import('./src/components/Recharge/index.vue')['default']
  55. RouterLink: typeof import('vue-router')['RouterLink']
  56. RouterView: typeof import('vue-router')['RouterView']
  57. SimilarPositions: typeof import('./src/components/Position/similarPositions.vue')['default']
  58. SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
  59. TextArea: typeof import('./src/components/FormUI/textArea/index.vue')['default']
  60. TextInput: typeof import('./src/components/FormUI/TextInput/index.vue')['default']
  61. VerificationCode: typeof import('./src/components/VerificationCode/index.vue')['default']
  62. }
  63. }