|
@@ -166,7 +166,7 @@ declare module 'vue' {
|
|
|
StrightLineChart: typeof import('./src/components/chart/line/stright-line-chart.vue')['default']
|
|
|
SubmitBtn: typeof import('./src/components/generatingCapacityComponent/SubmitBtn.vue')['default']
|
|
|
SvgDraw: typeof import('./src/components/coms/icon/svg-draw.vue')['default']
|
|
|
- SvgIcon: typeof import('./src/components/coms/icon/svg-icon.vue')['default']
|
|
|
+ SvgIcon: typeof import('./src/components/powerPredictionComponent/svgIcon/index.vue')['default']
|
|
|
SvgPageShow: typeof import('./src/components/powerPredictionComponent/powerControlSvg/svgPageShow.vue')['default']
|
|
|
Tab: typeof import('./src/components/coms/tabs/tab.vue')['default']
|
|
|
Table: typeof import('./src/components/generatingCapacityComponent/table.vue')['default']
|