style: echarts文件有一个prettier错误,虽然不是我造成的,但是PR合并

This commit is contained in:
git_zs 2025-01-09 15:25:08 +08:00
parent 69143ab34f
commit 3211f0caf4

View File

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