Skip to content

Commit

Permalink
style: use-echarts 代码格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
clddup committed Jan 6, 2025
1 parent de88a34 commit c333cbe
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 c333cbe

Please sign in to comment.