From 3211f0caf43c08bb97dbdc6c163daf57eaac6ae2 Mon Sep 17 00:00:00 2001 From: git_zs <2818973988@qq.com> Date: Thu, 9 Jan 2025 15:25:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20echarts=E6=96=87=E4=BB=B6=E6=9C=89?= =?UTF-8?q?=E4=B8=80=E4=B8=AAprettier=E9=94=99=E8=AF=AF=EF=BC=8C=E8=99=BD?= =?UTF-8?q?=E7=84=B6=E4=B8=8D=E6=98=AF=E6=88=91=E9=80=A0=E6=88=90=E7=9A=84?= =?UTF-8?q?=EF=BC=8C=E4=BD=86=E6=98=AFPR=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/effects/plugins/src/echarts/use-echarts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/effects/plugins/src/echarts/use-echarts.ts b/packages/effects/plugins/src/echarts/use-echarts.ts index 0fd7c4b68..ec5786e8b 100644 --- a/packages/effects/plugins/src/echarts/use-echarts.ts +++ b/packages/effects/plugins/src/echarts/use-echarts.ts @@ -109,7 +109,7 @@ function useEcharts(chartRef: Ref) { return { renderEcharts, resize, - chartInstance + chartInstance, }; }