Skip to content

Commit 132a4b5

Browse files
飒沓如流星gitee-org
authored andcommitted
update src/components/Echart/src/Echart.vue.
可能会出现异步加载数据图表不显示问题 Signed-off-by: 飒沓如流星 <[email protected]>
1 parent 52769ee commit 132a4b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Echart/src/Echart.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ watch(
7272
(options) => {
7373
if (echartRef) {
7474
echartRef?.setOption(options)
75+
echartRef?.resize()
7576
}
7677
},
7778
{

0 commit comments

Comments
 (0)