1234567891011121314151617181920212223242526272829303132333435363738 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- import '@vue/runtime-core'
- export {}
- declare module '@vue/runtime-core' {
- export interface GlobalComponents {
- CPage: typeof import('./src/components/common/c-page.vue')['default']
- CPopup: typeof import('./src/components/common/c-popup.vue')['default']
- CUpload: typeof import('./src/components/common/c-upload.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- VanButton: typeof import('vant/es')['Button']
- VanCascader: typeof import('vant/es')['Cascader']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanCheckbox: typeof import('vant/es')['Checkbox']
- VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
- VanCol: typeof import('vant/es')['Col']
- VanDatePicker: typeof import('vant/es')['DatePicker']
- VanField: typeof import('vant/es')['Field']
- VanForm: typeof import('vant/es')['Form']
- VanIcon: typeof import('vant/es')['Icon']
- VanImage: typeof import('vant/es')['Image']
- VanPagination: typeof import('vant/es')['Pagination']
- VanPicker: typeof import('vant/es')['Picker']
- VanPickerGroup: typeof import('vant/es')['PickerGroup']
- VanPopup: typeof import('vant/es')['Popup']
- VanRadio: typeof import('vant/es')['Radio']
- VanRadioGroup: typeof import('vant/es')['RadioGroup']
- VanRow: typeof import('vant/es')['Row']
- VanSearch: typeof import('vant/es')['Search']
- VanUploader: typeof import('vant/es')['Uploader']
- }
- }
|