Skip to content

Commit 5abf40b

Browse files
authored
add code style to v-model in src/guide/components/v-model.md (vuejs#2192)
1 parent 71247b5 commit 5abf40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/components/v-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ export default {
202202

203203
## Multiple `v-model` bindings {#multiple-v-model-bindings}
204204

205-
By leveraging the ability to target a particular prop and event as we learned before with [`v-model` arguments](#v-model-arguments), we can now create multiple v-model bindings on a single component instance.
205+
By leveraging the ability to target a particular prop and event as we learned before with [`v-model` arguments](#v-model-arguments), we can now create multiple `v-model` bindings on a single component instance.
206206

207-
Each v-model will sync to a different prop, without the need for extra options in the component:
207+
Each `v-model` will sync to a different prop, without the need for extra options in the component:
208208

209209
```vue-html
210210
<UserName

0 commit comments

Comments
 (0)