修改 ui 包结构.
This commit is contained in:
@@ -17,7 +17,6 @@ export default function useChartOption(sourceOption: optionsFn) {
|
||||
});
|
||||
// echarts support https://echarts.apache.org/zh/theme-builder.html
|
||||
// It's not used here
|
||||
// TODO echarts themes
|
||||
const chartOption = computed<EChartsOption>(() => {
|
||||
return sourceOption(isDark.value);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user