Skip to content

Commit

Permalink
Update v-model.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Mar 14, 2023
1 parent 673c887 commit f850911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zh/breaking-changes/v-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ this.$emit('update:title', newValue)
<ChildComponent v-model.capitalize="pageTitle" />
```

[自定义 `v-model` 修饰符](https://cn.vuejs.org/guide/components/v-model.html)的更多信息。
查阅关于[组件上的自定义 `v-model` 修饰符](https://cn.vuejs.org/guide/components/v-model.html)的更多信息。

## 迁移策略

Expand Down

0 comments on commit f850911

Please sign in to comment.