Skip to content

Commit 5d02aad

Browse files
feat: added transition changes link
1 parent b3d7b6a commit 5d02aad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/guide/migration/introduction.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ The following consists a list of breaking changes from 2.x:
4040
- [`$scopedSlots` property is removed and need to be replaced with `$slots`](/guide/migration/slots-unification.html)
4141
- [Attributes coercion strategy changed](/guide/migration/attribute-coercion.html)
4242
- [Custom directive API changed to align with component lifecycle](/guide/migration/custom-directives.html)
43-
- Some transition classes got a rename:
44-
- `v-enter` -> `v-enter-from`
45-
- `v-leave` -> `v-leave-from`
43+
- [Some transition classes got a rename](/guide/migration/transition.md)
4644
- [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
4745
- 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.
4846

0 commit comments

Comments
 (0)