feat: useEcharts exports echarts instance#5294 (#5299)

This commit is contained in:
clddup
2025-01-05 15:54:13 +08:00
committed by GitHub
parent 06cccc53fa
commit bbbdbfa912

View File

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