Skip to content

Commit e555fdf

Browse files
authored
update v-model.md (vuejs#1259)
1 parent beecaad commit e555fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/v-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Then the parent could listen to that event and update a local data property, if
8686
<ChildComponent :title="pageTitle" @update:title="pageTitle = $event" />
8787
```
8888

89-
For convenience, we had a shorthand for this pattern with the .sync modifier:
89+
For convenience, we had a shorthand for this pattern with the `.sync` modifier:
9090

9191
```html
9292
<ChildComponent :title.sync="pageTitle" />

0 commit comments

Comments
 (0)