Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Mar 14, 2023
1 parent 6002041 commit 673c887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/breaking-changes/v-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ In addition to 2.x hard-coded `v-model` modifiers like `.trim`, now 3.x supports
<ChildComponent v-model.capitalize="pageTitle" />
```

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

## Migration Strategy

Expand Down

0 comments on commit 673c887

Please sign in to comment.