Skip to content

Commit

Permalink
Execute on nextTick
Browse files Browse the repository at this point in the history
  • Loading branch information
indykoning authored Dec 8, 2023
1 parent eba2684 commit 8078121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Search/Autocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
},
mounted() {
this.$emit('mounted')
this.$nextTick(() => this.$emit('mounted'));
},
render() {
Expand Down

0 comments on commit 8078121

Please sign in to comment.