[Client] Fix bug
This commit is contained in:
@ -140,6 +140,10 @@ export default Vue.extend({
|
||||
this.render();
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
this.chartInstance.destroy();
|
||||
},
|
||||
|
||||
methods: {
|
||||
setSrc(src) {
|
||||
this.src = src;
|
||||
|
Reference in New Issue
Block a user