Skip to content

Commit 9c33578

Browse files
committed
docs updated
1 parent e5a44ec commit 9c33578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/components/BaseInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:value="modelValue"
44
:type="type"
55
class="shadow-sm rounded-md text-base transition-all disabled:cursor-not-allowed disabled:border-gray-300 disabled:text-gray-300 focus:border-primary focus:ring focus:ring-offset-0 focus:ring-primary focus:ring-opacity-50"
6-
@change="$emit('update:modelValue', $event.target.value)"
6+
@input="$emit('update:modelValue', $event.target.value)"
77
/>
88
</template>
99

0 commit comments

Comments
 (0)