Skip to content

Commit f850911

Browse files
authored
Update v-model.md
1 parent 673c887 commit f850911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zh/breaking-changes/v-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ this.$emit('update:title', newValue)
144144
<ChildComponent v-model.capitalize="pageTitle" />
145145
```
146146

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

149149
## 迁移策略
150150

0 commit comments

Comments
 (0)