We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6f7b4 commit 2768b0fCopy full SHA for 2768b0f
examples/firebase/style.css
@@ -19,7 +19,7 @@ ul {
19
border-bottom: 1px solid #eee;
20
}
21
22
-.v-enter, .v-leave-active {
+.v-enter, .v-leave-to {
23
height: 0;
24
padding-top: 0;
25
padding-bottom: 0;
examples/modal/style.css
@@ -52,12 +52,12 @@
52
opacity: 0;
53
54
55
-.modal-leave-active {
+.modal-leave-to {
56
57
58
59
.modal-enter .modal-container,
60
-.modal-leave-active .modal-container {
+.modal-leave-to .modal-container {
61
-webkit-transform: scale(1.1);
62
transform: scale(1.1);
63
0 commit comments