-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
beforeRouteEnter hook's cb is not called (same component across diffrent routes and keep-alive applied ) #2561
Closed
yidazh opened this issue
Dec 28, 2018
· 0 comments
· Fixed by mariazevedo88/hash-generator-js#5, tghelere/valorize-vidas#4, tghelere/DeliVuery#18, tghelere/dailymages#2 or tghelere/vuestore#4
Closed
beforeRouteEnter hook's cb is not called (same component across diffrent routes and keep-alive applied ) #2561
yidazh opened this issue
Dec 28, 2018
· 0 comments
· Fixed by mariazevedo88/hash-generator-js#5, tghelere/valorize-vidas#4, tghelere/DeliVuery#18, tghelere/dailymages#2 or tghelere/vuestore#4
Labels
Comments
zrh122
added a commit
to zrh122/vue-router
that referenced
this issue
Mar 30, 2019
zrh122
added a commit
to zrh122/vue-router
that referenced
this issue
Mar 30, 2019
zrh122
added a commit
to zrh122/vue-router
that referenced
this issue
Apr 3, 2019
This was referenced Aug 29, 2019
This was referenced Oct 26, 2019
This was referenced Jan 20, 2020
This was referenced Feb 5, 2020
[Snyk] Upgrade vue-router from 3.0.1 to 3.1.4
michaelwybraniec/vue-vuex-jwt-authentication-example#2
Open
This was referenced Mar 24, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
3.0.2
Reproduction link
https://jsfiddle.net/9vctongd/1/
Steps to reproduce
What is expected?
console prints:
foo enter
foo enter cb
foo enter
foo enter cb
What is actually happening?
console prints:
foo enter
foo enter cb
foo enter
also results in an infinite function call (function poll in base.js)
The text was updated successfully, but these errors were encountered: