| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- declare module 'vue' {
- export interface GlobalComponents {
- BasicForm: typeof import('./components/core/form/BasicForm.vue')['default']
- Cropper: typeof import('./components/avatar/cropper.vue')['default']
- DialogForm: typeof import('./components/core/form/DialogForm.vue')['default']
- DrawerForm: typeof import('./components/core/form/DrawerForm.vue')['default']
- ElArea: typeof import('./components/form/ElArea.vue')['default']
- ElCustom: typeof import('./components/form/ElCustom.vue')['default']
- ElDict: typeof import('./components/form/ElDict.vue')['default']
- ElEditor: typeof import('./components/form/ElEditor.vue')['default']
- ElEditTag: typeof import('./components/form/ElEditTag.vue')['default']
- ElEmployees: typeof import('./components/form/ElEmployees.vue')['default']
- ElFileUpload: typeof import('./components/form/ElFileUpload.vue')['default']
- ElFormCard: typeof import('./components/form/ElFormCard.vue')['default']
- ElFormGroup: typeof import('./components/form/ElFormGroup.vue')['default']
- ElFormLayout: typeof import('./components/form/ElFormLayout.vue')['default']
- ElFormSteps: typeof import('./components/form/ElFormSteps.vue')['default']
- ElFormTable: typeof import('./components/form/ElFormTable.vue')['default']
- ElFormTabs: typeof import('./components/form/ElFormTabs.vue')['default']
- ElImageUpload: typeof import('./components/form/ElImageUpload.vue')['default']
- ElSubForm: typeof import('./components/form/ElSubForm.vue')['default']
- Exception: typeof import('./components/Exception.vue')['default']
- FormComp: typeof import('./components/core/form/FormComp.vue')['default']
- GlobalAside: typeof import('./components/core/GlobalAside.vue')['default']
- GlobalFooter: typeof import('./components/core/GlobalFooter.vue')['default']
- GlobalHeader: typeof import('./components/core/GlobalHeader.vue')['default']
- GlobalMenu: typeof import('./components/core/GlobalMenu.vue')['default']
- GlobalNews: typeof import('./components/core/GlobalNews.vue')['default']
- GlobalSetting: typeof import('./components/core/GlobalSetting.vue')['default']
- GlobalSubMenu: typeof import('./components/core/GlobalSubMenu.vue')['default']
- GlobalTabs: typeof import('./components/core/GlobalTabs.vue')['default']
- OrgLayout: typeof import('./components/org/OrgLayout.vue')['default']
- OrgList: typeof import('./components/org/OrgList.vue')['default']
- PaneModel: typeof import('./components/splitpanes/PaneModel.vue')['default']
- ProCardList: typeof import('./components/core/ProCardList.vue')['default']
- ProForm: typeof import('./components/core/form/ProForm.vue')['default']
- ProTable: typeof import('./components/core/ProTable.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SelIcon: typeof import('./components/SelIcon.vue')['default']
- SvgIcon: typeof import('./components/SvgIcon.vue')['default']
- }
- }
|