123456789101112131415161718192021222324252627282930 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- Auth: typeof import('./src/components/auth/auth.vue')['default']
- AuthAll: typeof import('./src/components/auth/authAll.vue')['default']
- Auths: typeof import('./src/components/auth/auths.vue')['default']
- AvatarSelector: typeof import('./src/components/avatarSelector/index.vue')['default']
- Cropper: typeof import('./src/components/cropper/index.vue')['default']
- DeptFormat: typeof import('./src/components/dept-format/index.vue')['default']
- DvaSelect: typeof import('./src/components/dvaSelect/index.vue')['default']
- Editor: typeof import('./src/components/editor/index.vue')['default']
- ForeignKey: typeof import('./src/components/foreignKey/index.vue')['default']
- IconSelector: typeof import('./src/components/iconSelector/index.vue')['default']
- ImportExcel: typeof import('./src/components/importExcel/index.vue')['default']
- List: typeof import('./src/components/iconSelector/list.vue')['default']
- ManyToMany: typeof import('./src/components/manyToMany/index.vue')['default']
- NoticeBar: typeof import('./src/components/noticeBar/index.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SvgIcon: typeof import('./src/components/svgIcon/index.vue')['default']
- Table: typeof import('./src/components/table/index.vue')['default']
- TableSelector: typeof import('./src/components/tableSelector/index.vue')['default']
- }
- }
|