update src/components/Echart/src/Echart.vue.

可能会出现异步加载数据图表不显示问题

Signed-off-by: 飒沓如流星 <13523376917@163.com>
pull/797/head
飒沓如流星 2025-07-25 03:35:48 +00:00 committed by Gitee
parent 52769ee875
commit 132a4b5e30
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ watch(
(options) => {
if (echartRef) {
echartRef?.setOption(options)
echartRef?.resize()
}
},
{