8000 Update components.md (#611) · rubythonode/vuejs.org@6f513a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f513a9

Browse files
Alex Leechrisvfritz
authored andcommitted
Update components.md (vuejs#611)
Makes more sense and easy to understand.
1 parent 75d9345 commit 6f513a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ is just syntactic sugar for:
549549
When used with a component, this simplifies to:
550550

551551
``` html
552-
<input v-bind:value="something" v-on:input="something = arguments[0]">
552+
<custom-input v-bind:value="something" v-on:input="something = arguments[0]"></custom-input>
553553
```
554554

555555
So for a component to work with `v-model`, it must:

0 commit comments

Comments
 (0)
0