-
-
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
push to route with async component before create root vue instance will fail #2712
Closed
noe132 opened this issue
Apr 12, 2019
· 1 comment
· Fixed by #2713, mariazevedo88/hash-generator-js#5, tghelere/valorize-vidas#4, tghelere/DeliVuery#18 or tghelere/dailymages#2
Closed
push to route with async component before create root vue instance will fail #2712
noe132 opened this issue
Apr 12, 2019
· 1 comment
· Fixed by #2713, mariazevedo88/hash-generator-js#5, tghelere/valorize-vidas#4, tghelere/DeliVuery#18 or tghelere/dailymages#2
Labels
Comments
posva
added a commit
that referenced
this issue
Apr 13, 2019
posva
added a commit
that referenced
this issue
Apr 13, 2019
I'm reverting this because the fix introduces some regressions. |
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 4, 2020
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.3
Reproduction link
https://jsfiddle.net/qLz5ew9t/
Steps to reproduce
router.push
to some async-component-routeWhat is expected?
router.push
successWhat is actually happening?
router.push
was abortedIf we change step2 to push to some sync-component-route, then the push would be success.
Or, exchange step2 with step3, call
router.push
after create the vue instance,router.push
will also successIs this intended or a bug or not allowed use cases?
The text was updated successfully, but these errors were encountered: