mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-17 05:30:52 +08:00
fix: chart instance should always be initialized
This commit is contained in:
@ -590,6 +590,9 @@ export default {
|
||||
},
|
||||
mounted() {
|
||||
this.startActions();
|
||||
},
|
||||
beforeUnmount() {
|
||||
this.stopActions();
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user