diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index aff8c46424..06d47555dc 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -123,6 +123,7 @@ const sidebar = { 'migration/global-api', 'migration/global-api-treeshaking', 'migration/inline-template-attribute', + 'migration/key-attribute', 'migration/keycode-modifiers', 'migration/render-function-api', 'migration/slots-unification', diff --git a/src/guide/migration/introduction.md b/src/guide/migration/introduction.md index f2b50b9e43..022434b218 100644 --- a/src/guide/migration/introduction.md +++ b/src/guide/migration/introduction.md @@ -42,6 +42,7 @@ The following consists a list of breaking changes from 2.x: - [Custom directive API changed to align with component lifecycle](/guide/migration/custom-directives.html) - [Some transition classes got a rename](/guide/migration/transition.md) - [Component watch option](/api/options-data.html#watch) and [instance method `$watch`](/api/instance-methods.html#watch) no longer supports dot-delimited string paths, use a computed function as the parameter instead +- [Changes in `key` attribute usage with `v-if` and `