|
@@ -20,15 +20,12 @@ declare module 'vue' {
|
|
|
Avatar: typeof import('./../layouts/components/AppTools/Avatar.vue')['default']
|
|
|
ColSetting: typeof import('./../components/ProTable/ColSetting.vue')['default']
|
|
|
ConfigDrawer: typeof import('./../views/system/config/components/ConfigDrawer.vue')['default']
|
|
|
- copy: typeof import('./../components/Upload/UploadButton copy.vue')['default']
|
|
|
DictDrawer: typeof import('./../views/system/dict/components/DictDrawer.vue')['default']
|
|
|
EcoDialog: typeof import('./../components/EcoDialog/index.vue')['default']
|
|
|
EcoDialogForm: typeof import('./../components/EcoDialogForm/index.vue')['default']
|
|
|
EcoDrawer: typeof import('./../components/EcoDrawer/index.vue')['default']
|
|
|
- EcoDrawerForm: typeof import('./../components/EcoDrawerForm/index.vue')['default']
|
|
|
EcoForm: typeof import('./../components/EcoForm/index.vue')['default']
|
|
|
EcoItem: typeof import('./../components/EcoForm/components/EcoItem.vue')['default']
|
|
|
- EcoUser: typeof import('./../components/EcoUser/index.vue')['default']
|
|
|
ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
ElCard: typeof import('element-plus/es')['ElCard']
|
|
@@ -73,21 +70,13 @@ declare module 'vue' {
|
|
|
ElTree: typeof import('element-plus/es')['ElTree']
|
|
|
ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
|
|
|
ElUpload: typeof import('element-plus/es')['ElUpload']
|
|
|
- FilesDrawer: typeof import('./../views/system/files/components/FilesDrawer.vue')['default']
|
|
|
- Form: typeof import('./../views/system/org/components/form.vue')['default']
|
|
|
Grid: typeof import('./../components/Grid/index.vue')['default']
|
|
|
GridItem: typeof import('./../components/Grid/GridItem.vue')['default']
|
|
|
- HelloWorld: typeof import('./../components/HelloWorld.vue')['default']
|
|
|
IconChoose: typeof import('./../components/IconChoose/index.vue')['default']
|
|
|
Loading: typeof import('./../components/Loading/index.vue')['default']
|
|
|
- LoginForm: typeof import('./../views/login/components/LoginForm.vue')['default']
|
|
|
MenuDrawer: typeof import('./../views/system/menu/components/MenuDrawer.vue')['default']
|
|
|
- MenuItem: typeof import('./../layouts/components/AppMenu/MenuItem.vue')['default']
|
|
|
- ModifyPassword: typeof import('./../views/system/user/components/ModifyPassword.vue')['default']
|
|
|
- ModifyPasswordDialog: typeof import('./../views/system/user/components/ModifyPasswordDialog.vue')['default']
|
|
|
MoreButton: typeof import('./../layouts/components/AppTabs/MoreButton.vue')['default']
|
|
|
OrgDrawer: typeof import('./../views/system/org/components/OrgDrawer.vue')['default']
|
|
|
- OrgForm: typeof import('./../views/system/org/components/orgForm.vue')['default']
|
|
|
Pagination: typeof import('./../components/ProTable/Pagination.vue')['default']
|
|
|
PasswordDialog: typeof import('./../views/system/user/components/PasswordDialog.vue')['default']
|
|
|
PermissionsDrawer: typeof import('./../views/system/role/components/PermissionsDrawer.vue')['default']
|
|
@@ -102,7 +91,6 @@ declare module 'vue' {
|
|
|
SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default']
|
|
|
TableColumn: typeof import('./../components/ProTable/TableColumn.vue')['default']
|
|
|
TreeFilter: typeof import('./../components/TreeFilter/index.vue')['default']
|
|
|
- Upload: typeof import('./../components/Upload/index.vue')['default']
|
|
|
UploadButton: typeof import('./../components/Upload/UploadButton.vue')['default']
|
|
|
UploadDrop: typeof import('./../components/Upload/UploadDrop.vue')['default']
|
|
|
UserDrawer: typeof import('./../views/system/user/components/UserDrawer.vue')['default']
|