Skip to content
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

It's seems vue.js v2.6.9 or later have bug of transition with vue-router. #10389

Closed
mutsuyuki opened this issue Aug 13, 2019 · 2 comments
Closed

Comments

@mutsuyuki
Copy link

mutsuyuki commented Aug 13, 2019

Version

2.6.9

Reproduction link

https://mutsuyuki.github.io/vue-transition-issue/vue_2.6.9.html

correctly work with v2.6.8

https://mutsuyuki.github.io/vue-transition-issue/vue_2.6.8.html

Steps to reproduce

I make same page using vue.js v2.6.8 and v2.6.9.

I make 2 pages with page change transition.
2 pages have different transition each other.

with v2.6.8, transition work correctly, but with v2.6.9, enter transition is not work. leave transition is work correctly.

please check my repository

https://github.com/mutsuyuki/vue-transition-issue/tree/master/docs

What is expected?

some transition bug was embeded at v2.6.9

What is actually happening?

transition enter is not work.

@posva
Copy link
Member

posva commented Aug 13, 2019

you need to use the appear prop for the transition to enter on trigger. This was a fix introduced on 2.6.9 for #9364

@posva posva closed this as completed Aug 13, 2019
@mutsuyuki
Copy link
Author

Thank you! Transition work correctly with "apeear" prop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants