|
|
@@ -8,7 +8,6 @@ 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']
|
|
|
FileUpload: typeof import('./../components/FileUpload/index.vue')['default']
|
|
|
FixedActionBar: typeof import('./../components/FixedActionBar/index.vue')['default']
|
|
|
@@ -41,11 +40,9 @@ 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']
|
|
|
}
|
|
|
}
|