Skip to content

Commit

Permalink
style: echarts文件有一个prettier错误,虽然不是我造成的,但是PR合并
Browse files Browse the repository at this point in the history
  • Loading branch information
eamd-wq committed Jan 9, 2025
1 parent 69143ab commit 3211f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effects/plugins/src/echarts/use-echarts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function useEcharts(chartRef: Ref<EchartsUIType>) {
return {
renderEcharts,
resize,
chartInstance
chartInstance,
};
}

Expand Down

0 comments on commit 3211f0c

Please sign in to comment.