You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serve or build the app
and press the toggle button
What is expected?
HelloWorld component should call enter function
What is actually happening?
HelloWorld component doesn't call enter function
enter of the transition directly inside App.vue (the logo img) gets called though, which is odd.
With vue v2.5.17 it works as expected (haven't used any other vue version since)
The text was updated successfully, but these errors were encountered:
Version
3.8.4
Reproduction link
https://github.com/katerlouis/vue-2610-bug
Environment info
Steps to reproduce
serve or build the app
and press the toggle button
What is expected?
HelloWorld component should call
enter
functionWhat is actually happening?
HelloWorld component doesn't call
enter
functionenter
of the transition directly insideApp.vue
(the logo img) gets called though, which is odd.With vue v2.5.17 it works as expected (haven't used any other vue version since)
The text was updated successfully, but these errors were encountered: