|
|
@@ -8,6 +8,7 @@ export {}
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
Auth: typeof import('./../components/Auth/index.vue')['default']
|
|
|
+ ComplexTable: typeof import('./../components/complexTable/index.vue')['default']
|
|
|
DialogSetDeptLeader: typeof import('./../components/DialogSetDeptLeader/index.vue')['default']
|
|
|
Empty: typeof import('./../components/empty/index.vue')['default']
|
|
|
FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
|
|
|
@@ -41,9 +42,11 @@ declare module 'vue' {
|
|
|
RuleCondition: typeof import('./../components/ruleCondition/index.vue')['default']
|
|
|
RuleConditionContainer: typeof import('./../components/ruleConditionContainer/index.vue')['default']
|
|
|
SearchBar: typeof import('./../components/SearchBar/index.vue')['default']
|
|
|
+ SearchForm: typeof import('./../components/SearchForm/index.vue')['default']
|
|
|
SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default']
|
|
|
SystemInfo: typeof import('./../components/SystemInfo/index.vue')['default']
|
|
|
Table: typeof import('./../components/Table/index.vue')['default']
|
|
|
+ TableTree: typeof import('./../components/TableTree/index.vue')['default']
|
|
|
Trend: typeof import('./../components/Trend/index.vue')['default']
|
|
|
}
|
|
|
}
|