Skip to content

Commit 3d4660d

Browse files
authored
Merge pull request #288 from vuejs/master
获取官方更新
2 parents 91d9066 + 6f513a9 commit 3d4660d

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)