mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-23 16:30:36 +03:00
Update transition declarations for Vue 3 (#617)
Check this out: https://v3.vuejs.org/guide/transitions-list.html#list-entering-leaving-transitions
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.#{$namespace}-zoom-in-down-enter,
|
.#{$namespace}-zoom-in-down-enter,
|
||||||
|
.#{$namespace}-zoom-in-down-enter-from,
|
||||||
.#{$namespace}-zoom-in-down-leave-to {
|
.#{$namespace}-zoom-in-down-leave-to {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: scaleY(0);
|
transform: scaleY(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user