diff --git a/src/zh/breaking-changes/v-model.md b/src/zh/breaking-changes/v-model.md index ab5b543..d6d9370 100644 --- a/src/zh/breaking-changes/v-model.md +++ b/src/zh/breaking-changes/v-model.md @@ -144,7 +144,7 @@ this.$emit('update:title', newValue) ``` -[自定义 `v-model` 修饰符](https://cn.vuejs.org/guide/components/v-model.html)的更多信息。 +查阅关于[组件上的自定义 `v-model` 修饰符](https://cn.vuejs.org/guide/components/v-model.html)的更多信息。 ## 迁移策略