File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7
7
8
8
- Rename the ` v-enter ` transition class to ` v-enter-from `
9
9
- Rename the ` v-leave ` transition class to ` v-leave-from `
10
+ - Rename the ` v-appear ` transition class to ` v-appear-from `
10
11
11
12
# Basic example
12
13
@@ -52,9 +53,11 @@ The asymmetry and lack of explicitness in `.v-enter` and `.v-leave` makes these
52
53
53
54
- ` .v-enter ` is renamed to ` .v-enter-from `
54
55
- ` .v-leave ` is renamed to ` .v-leave-from `
56
+ - ` .v-appear ` is renamed to ` .v-appear-from `
55
57
- The ` <transition> ` component's related prop names are also changed:
56
58
- ` leave-class ` is renamed to ` leave-from-class ` (in render functions or JSX, can be written as ` leaveFromClass ` )
57
59
- ` enter-class ` is renamed to ` enter-from-class ` (in render functions or JSX, can be written as ` enterFromClass ` )
60
+ - ` appear-class ` is renamed to ` appear-from-class ` (in render functions or JSX, can be written as ` appearFromClass ` )
58
61
59
62
# Adoption strategy
60
63
You can’t perform that action at this time.
0 commit comments