123456789101112131415161718192021222324252627282930313233343536373839404142 |
- /* 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 {
- Admin1: typeof import('./src/components/account/admin-1.vue')['default']
- CUpload: typeof import('./src/components/common/c-upload.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- Unit1: typeof import('./src/components/account/unit-1.vue')['default']
- Updatepwd1: typeof import('./src/components/account/updatepwd-1.vue')['default']
- User1: typeof import('./src/components/account/user-1.vue')['default']
- VanButton: typeof import('vant/es')['Button']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanCheckbox: typeof import('vant/es')['Checkbox']
- VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
- VanCol: typeof import('vant/es')['Col']
- VanCollapse: typeof import('vant/es')['Collapse']
- VanCollapseItem: typeof import('vant/es')['CollapseItem']
- VanDropdownItem: typeof import('vant/es')['DropdownItem']
- VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
- VanField: typeof import('vant/es')['Field']
- VanForm: typeof import('vant/es')['Form']
- VanIcon: typeof import('vant/es')['Icon']
- VanNavBar: typeof import('vant/es')['NavBar']
- VanPagination: typeof import('vant/es')['Pagination']
- VanPicker: typeof import('vant/es')['Picker']
- 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']
- VantEditor: typeof import('vant/es')['tEditor']
- VanUploader: typeof import('vant/es')['Uploader']
- }
- }
|