We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec4610 commit c04982eCopy full SHA for c04982e
src/guide/migration/introduction.md
@@ -65,7 +65,7 @@ The following consists a list of breaking changes from 2.x:
65
66
### Template Directives
67
68
-- [`v-model` usage on components has been reworked](/guide/migration/v-model.html)
+- [`v-model` usage on components has been reworked, replacing `v-bind.sync`](/guide/migration/v-model.html)
69
- [`key` usage on `<template v-for>` and non-`v-for` nodes has changed](/guide/migration/key-attribute.html)
70
- [`v-if` and `v-for` precedence when used on the same element has changed](/guide/migration/v-if-v-for.html)
71
- [`v-bind="object"` is now order-sensitive](/guide/migration/v-bind.html)
0 commit comments