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 {
- CPassword: typeof import('./src/components/register/c-password.vue')['default']
- CQuesinfo: typeof import('./src/components/register/c-quesinfo.vue')['default']
- CQuestion: typeof import('./src/components/register/c-question.vue')['default']
- CRegister: typeof import('./src/components/register/c-register.vue')['default']
- CReislogin: typeof import('./src/components/register/c-reislogin.vue')['default']
- CUnit: typeof import('./src/components/register/c-unit.vue')['default']
- CUpload: typeof import('./src/components/common/c-upload.vue')['default']
- CUser: typeof import('./src/components/register/c-user.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- VanButton: typeof import('vant/es')['Button']
- VanCellGroup: typeof import('vant/es')['CellGroup']
- VanCol: typeof import('vant/es')['Col']
- VanCollapse: typeof import('vant/es')['Collapse']
- VanCollapseItem: typeof import('vant/es')['CollapseItem']
- VanField: typeof import('vant/es')['Field']
- VanForm: typeof import('vant/es')['Form']
- VanIcon: typeof import('vant/es')['Icon']
- VanImage: typeof import('vant/es')['Image']
- 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']
- VanUploader: typeof import('vant/es')['Uploader']
- }
- }
|