plainheart commented on issue #14781:
URL: https://github.com/apache/echarts/issues/14781#issuecomment-826267978


   ECharts 实例 `chart` 不建议放在 `data` 中,Vue 3 使用了 `Proxy`,可能会导致 ECharts 内部 model 
等变量获取不到。可以注释掉 `data` 中的 `chart` 变量,或者使用 `shallowRef`,即可避免该错误。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to