Skip to content

Commit

Permalink
Fixed isLoaded emit
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Nov 24, 2021
1 parent b87aefa commit ad5f648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/charts/heatmap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default class VueComponent extends Vue {
private async mounted() {
this.updateTheme()
await this.loadData()
this.$emit('isLoaded')
}
@Watch('globalState.isDarkMode') updateTheme() {
Expand Down

0 comments on commit ad5f648

Please sign in to comment.