components.d.ts 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. ALevel2: typeof import('./src/components/jobTypeCard/a-level2.vue')['default']
  10. ALevel3: typeof import('./src/components/jobTypeCard/a-level3.vue')['default']
  11. AreaSelect: typeof import('./src/components/AreaSelect/index.vue')['default']
  12. AreaSelectPanel: typeof import('./src/components/AreaSelectPanel/index.vue')['default']
  13. Autocomplete: typeof import('./src/components/FormUI/autocomplete/index.vue')['default']
  14. Cascade: typeof import('./src/components/FormUI/cascade/index.vue')['default']
  15. Checkbox: typeof import('./src/components/FormUI/checkbox/index.vue')['default']
  16. Combobox: typeof import('./src/components/FormUI/combobox/index.vue')['default']
  17. ComboboxZhAndEn: typeof import('./src/components/FormUI/comboboxZhAndEn/index.vue')['default']
  18. ConfirmPaymentDialog: typeof import('./src/components/pay/confirmPaymentDialog.vue')['default']
  19. copy: typeof import('./src/components/CtForm/index copy.vue')['default']
  20. CtBtn: typeof import('./src/components/CtVuetify/CtBtn/index.vue')['default']
  21. CtDialog: typeof import('./src/components/CtDialog/index.vue')['default']
  22. CtFilter: typeof import('./src/components/CtFilter/index.vue')['default']
  23. CtForm: typeof import('./src/components/CtForm/index.vue')['default']
  24. CtIcon: typeof import('./src/components/CtVuetify/CtIcon/index.vue')['default']
  25. CtMenu: typeof import('./src/components/CtVuetify/CtMenu/index.vue')['default']
  26. CtPagination: typeof import('./src/components/CtPagination/index.vue')['default']
  27. CtSearch: typeof import('./src/components/CtSearch/index.vue')['default']
  28. CtTable: typeof import('./src/components/CtTable/index.vue')['default']
  29. CtTextField: typeof import('./src/components/CtVuetify/CtTextField/index.vue')['default']
  30. DatePicker: typeof import('./src/components/DatePicker/index.vue')['default']
  31. Echarts: typeof import('./src/components/Echarts/index.vue')['default']
  32. ElCascader: typeof import('element-plus/es')['ElCascader']
  33. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  34. ElTree: typeof import('element-plus/es')['ElTree']
  35. Empty: typeof import('./src/components/Empty/index.vue')['default']
  36. File: typeof import('./src/components/Upload/file.vue')['default']
  37. HeadSearch: typeof import('./src/components/headSearch/index.vue')['default']
  38. HotPromoted: typeof import('./src/components/Enterprise/hotPromoted.vue')['default']
  39. IFrame: typeof import('./src/components/IFrame/index.vue')['default']
  40. Img: typeof import('./src/components/Upload/img.vue')['default']
  41. ImgCropper: typeof import('./src/components/ImgCropper/index.vue')['default']
  42. Imgs: typeof import('./src/components/Upload/imgs.vue')['default']
  43. 'Index copy': typeof import('./src/components/CtForm/index copy.vue')['default']
  44. IndustryTypeCard: typeof import('./src/components/industryTypeCard/index.vue')['default']
  45. Info: typeof import('./src/components/Enterprise/info.vue')['default']
  46. InitPay: typeof import('./src/components/personalRecharge/initPay.vue')['default']
  47. Item: typeof import('./src/components/Position/item.vue')['default']
  48. JobTypeCard: typeof import('./src/components/jobTypeCard/index.vue')['default']
  49. ListGroup: typeof import('./src/components/FormUI/nestedListGroup/components/listGroup.vue')['default']
  50. Loading: typeof import('./src/components/Loading/index.vue')['default']
  51. LongCompany: typeof import('./src/components/Position/longCompany.vue')['default']
  52. LongStrip: typeof import('./src/components/Position/longStrip.vue')['default']
  53. NestedListGroup: typeof import('./src/components/FormUI/nestedListGroup/index.vue')['default']
  54. Pay: typeof import('./src/components/pay/index.vue')['default']
  55. PersonalRecharge: typeof import('./src/components/personalRecharge/index.vue')['default']
  56. PreviewImage: typeof import('./src/components/PreviewImg/previewImage.vue')['default']
  57. PreviewImg: typeof import('./src/components/PreviewImg/index.vue')['default']
  58. ProgressBar: typeof import('./src/components/ProgressBar/index.vue')['default']
  59. QrCode: typeof import('./src/components/QrCode/index.vue')['default']
  60. RadioGroup: typeof import('./src/components/FormUI/radioGroup/index.vue')['default']
  61. Recharge: typeof import('./src/components/Recharge/index.vue')['default']
  62. RouterLink: typeof import('vue-router')['RouterLink']
  63. RouterView: typeof import('vue-router')['RouterView']
  64. SimilarPositions: typeof import('./src/components/Position/similarPositions.vue')['default']
  65. SuNumberBox: typeof import('./src/components/FormUI/su-number-box/su-number-box.vue')['default']
  66. SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
  67. TextArea: typeof import('./src/components/FormUI/textArea/index.vue')['default']
  68. TextInput: typeof import('./src/components/FormUI/TextInput/index.vue')['default']
  69. TipDialog: typeof import('./src/components/CtDialog/tipDialog.vue')['default']
  70. ToolBar: typeof import('./src/components/PreviewImg/toolBar.vue')['default']
  71. VerificationCode: typeof import('./src/components/VerificationCode/index.vue')['default']
  72. Verifition: typeof import('./src/components/Verifition/index.vue')['default']
  73. VerifyPoints: typeof import('./src/components/Verifition/Verify/VerifyPoints.vue')['default']
  74. VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
  75. WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
  76. }
  77. export interface ComponentCustomProperties {
  78. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  79. }
  80. }