Skip to content

Commit

Permalink
Fix JS style
Browse files Browse the repository at this point in the history
  • Loading branch information
joelit committed Dec 12, 2024
1 parent 94433e2 commit c43b099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/js/vocab-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const vocabSearch = Vue.createApp({
showAutoComplete () {
this.showDropdown = true
this.$forceUpdate()
},
}
},
template: `
<div class="d-flex my-auto ms-auto">
Expand Down

0 comments on commit c43b099

Please sign in to comment.