Vue: fix component destroy error See merge request chartwerk/core!23
@ -32,7 +32,9 @@ export default {
this.renderChart();
},
destroyed() {
if(this.pod) {
this.pod.removeEventListeners();
}
this.pod = undefined;
methods: {