Skip to content

Commit

Permalink
Merge pull request #453 from 11Alone11/patch-2
Browse files Browse the repository at this point in the history
Update v-model.md
  • Loading branch information
Ibochkarev authored Aug 2, 2024
2 parents d66ccdc + f1d3449 commit 1cacc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/components/v-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const emit = defineEmits(['update:modelValue'])
<template>
<input
:value="props.modelValue"
:value="modelValue"
@input="emit('update:modelValue', $event.target.value)"
/>
</template>
Expand Down

1 comment on commit 1cacc5d

@vercel
Copy link

@vercel vercel bot commented on 1cacc5d Aug 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.