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