We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2424d commit 1e1cd6cCopy full SHA for 1e1cd6c
packages/vue/src/chart/chart-core/src/chart-core.ts
@@ -540,6 +540,8 @@ export default {
540
this.afterSetOptionOnce && this.afterSetOptionOnce(this.integrateChart.echartsIns)
541
},
542
beforeUnmount() {
543
+ this.integrateChart = null
544
+ if (this.integrateChart.uninstall) this.integrateChart.uninstall()
545
this.watchToPropsEchartOptions.forEach((unwatch) => {
546
unwatch && unwatch()
547
})
0 commit comments