Skip to content

Commit 673c887

Browse files
authored
Apply suggestions from code review
1 parent 6002041 commit 673c887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/breaking-changes/v-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ In addition to 2.x hard-coded `v-model` modifiers like `.trim`, now 3.x supports
144144
<ChildComponent v-model.capitalize="pageTitle" />
145145
```
146146

147-
Read more about [custom `v-model` modifiers](https://vuejs.org/guide/components/v-model.html#handling-v-model-modifiers).
147+
Read more about [custom `v-model` modifiers on components](https://vuejs.org/guide/components/v-model.html#handling-v-model-modifiers).
148148

149149
## Migration Strategy
150150

0 commit comments

Comments
 (0)