|
@@ -20,7 +20,7 @@ declare module 'vue' {
|
|
|
CalculationModelConfiguration: typeof import('./src/components/powerPredictionComponent/configPage/calculationModelConfiguration.vue')['default']
|
|
|
Card1: typeof import('./src/components/coms/cards/card-1.vue')['default']
|
|
|
CheckTable: typeof import('./src/components/coms/table/check-table.vue')['default']
|
|
|
- Col: typeof import('./src/components/homeComponent/grid/col.vue')['default']
|
|
|
+ Col: typeof import('./src/components/coms/grid/col.vue')['default']
|
|
|
CollapseList: typeof import('./src/components/coms/collapse/collapse-list.vue')['default']
|
|
|
CollectionLineManagement: typeof import('./src/components/powerPredictionComponent/configPage/stationFlode/collectionLineManagement.vue')['default']
|
|
|
CommonHeaders: typeof import('./src/components/commonHeaders.vue')['default']
|
|
@@ -154,7 +154,7 @@ declare module 'vue' {
|
|
|
RoleManagement: typeof import('./src/components/powerPredictionComponent/configPage/roleManagement.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
- Row: typeof import('./src/components/homeComponent/grid/row.vue')['default']
|
|
|
+ Row: typeof import('./src/components/coms/grid/row.vue')['default']
|
|
|
SBQ: typeof import('./src/components/powerPredictionComponent/configPage/configDesignVue/SBQ.vue')['default']
|
|
|
ScatterLineChart: typeof import('./src/components/chart/combination/scatter-line-chart.vue')['default']
|
|
|
SimpleLineChart: typeof import('./src/components/chart/line/simple-line-chart.vue')['default']
|