Skip to content

Commit c04982e

Browse files
docs: mention v-bind.sync in the migration guide introduction (#772)
1 parent dec4610 commit c04982e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The following consists a list of breaking changes from 2.x:
6565

6666
### Template Directives
6767

68-
- [`v-model` usage on components has been reworked](/guide/migration/v-model.html)
68+
- [`v-model` usage on components has been reworked, replacing `v-bind.sync`](/guide/migration/v-model.html)
6969
- [`key` usage on `<template v-for>` and non-`v-for` nodes has changed](/guide/migration/key-attribute.html)
7070
- [`v-if` and `v-for` precedence when used on the same element has changed](/guide/migration/v-if-v-for.html)
7171
- [`v-bind="object"` is now order-sensitive](/guide/migration/v-bind.html)

0 commit comments

Comments
 (0)