Skip to content

Commit 5ad56ae

Browse files
wxsmsnaokie
authored andcommitted
update v-model.md (#1259)
1 parent 99cbf71 commit 5ad56ae

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 @@ this.$emit('update:title', newValue)
8686
<ChildComponent :title="pageTitle" @update:title="pageTitle = $event" />
8787
```
8888

89-
便宜上、このパターンには '.sync' 修飾子による省略記法がありました。
89+
便宜上、このパターンには `.sync` 修飾子による省略記法がありました。
9090

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

0 commit comments

Comments
 (0)