mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-13 06:42:10 +08:00
chore: fix lint
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export * from './echarts';
|
export * from './echarts';
|
||||||
export * from './types';
|
|
||||||
export { default as EchartsUI } from './echarts-ui.vue';
|
export { default as EchartsUI } from './echarts-ui.vue';
|
||||||
|
export * from './types';
|
||||||
export * from './use-echarts';
|
export * from './use-echarts';
|
||||||
|
|||||||
@@ -9,8 +9,8 @@ import type {
|
|||||||
GridComponentOption,
|
GridComponentOption,
|
||||||
LegendComponentOption,
|
LegendComponentOption,
|
||||||
TitleComponentOption,
|
TitleComponentOption,
|
||||||
TooltipComponentOption,
|
|
||||||
ToolboxComponentOption,
|
ToolboxComponentOption,
|
||||||
|
TooltipComponentOption,
|
||||||
} from 'echarts/components';
|
} from 'echarts/components';
|
||||||
import type { ComposeOption } from 'echarts/core';
|
import type { ComposeOption } from 'echarts/core';
|
||||||
|
|
||||||
@@ -23,6 +23,6 @@ export type ECOption = ComposeOption<
|
|||||||
| PieSeriesOption
|
| PieSeriesOption
|
||||||
| RadarSeriesOption
|
| RadarSeriesOption
|
||||||
| TitleComponentOption
|
| TitleComponentOption
|
||||||
| TooltipComponentOption
|
|
||||||
| ToolboxComponentOption
|
| ToolboxComponentOption
|
||||||
|
| TooltipComponentOption
|
||||||
>;
|
>;
|
||||||
|
|||||||
Reference in New Issue
Block a user