fix: make the .chart getter work with Vue 2

This commit is contained in:
Justineo
2021-04-30 18:28:12 +08:00
parent c7fd5110f7
commit dd71918d10
5 changed files with 19 additions and 19 deletions

View File

@ -557,8 +557,6 @@ export default {
},
mounted() {
this.startActions();
console.log(this.$refs.pie.chart);
}
};
</script>