This commit is contained in:
dap
2025-01-06 10:30:25 +08:00
3 changed files with 8 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ function useEcharts(chartRef: Ref<EchartsUIType>) {
return {
renderEcharts,
resize,
chartInstance
};
}