Skip to content

Commit

Permalink
Fixed v-bind ordering to supress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aden-74 committed Jul 18, 2024
1 parent eab740a commit 3672889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/autocomplete.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<input ref="input" v-bind="$attrs" v-on="$attrs" />
<input v-bind="$attrs" ref="input" v-on="$attrs" />
</template>

<script>
Expand Down

0 comments on commit 3672889

Please sign in to comment.