-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No transitions on leave #17
Labels
Comments
Yeah, i will be happy to review a PR if you will fix it. |
Okay I will see what I can do |
Has anyone found a solution to this? |
No sorry @mclassdesigns |
I was looking into adding the transitions to the render function instead. Will report back. |
I have found a solution that works. In Popover.vue, nest the original div inside a transition wrapper component, passing the name of the transition as a prop:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems only enter transitions are supported - the popover element is removed from the DOM before
.v-leave-active
,.v-leave-to
etc are applied.The text was updated successfully, but these errors were encountered: