mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-09 13:12:27 +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-from,
|
||||
.#{$namespace}-zoom-in-down-leave-to {
|
||||
opacity: 0;
|
||||
transform: scaleY(0);
|
||||
|
||||
Reference in New Issue
Block a user