Skip to content

Commit

Permalink
feat: added transition changes link
Browse files Browse the repository at this point in the history
  • Loading branch information
NataliaTepluhina committed Sep 14, 2020
1 parent b3d7b6a commit 5d02aad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/guide/migration/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ The following consists a list of breaking changes from 2.x:
- [`$scopedSlots` property is removed and need to be replaced with `$slots`](/guide/migration/slots-unification.html)
- [Attributes coercion strategy changed](/guide/migration/attribute-coercion.html)
- [Custom directive API changed to align with component lifecycle](/guide/migration/custom-directives.html)
- Some transition classes got a rename:
- `v-enter` -> `v-enter-from`
- `v-leave` -> `v-leave-from`
- [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
- In Vue 2.x, application root container's `outerHTML` is replaced with root component template (or eventually compiled to a template, if root component has no template/render option). Vue 3.x now uses application container's `innerHTML` instead.

Expand Down

0 comments on commit 5d02aad

Please sign in to comment.