Skip to content

Commit fe85b41

Browse files
committed
1 parent 7e482b9 commit fe85b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/autocomplete.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<input ref="input" v-bind="$attrs" v-on="$attrs" />
2+
<input v-bind="$attrs" ref="input" v-on="$attrs" />
33
</template>
44

55
<script>

0 commit comments

Comments
 (0)