We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
3.1.3
https://github.com/JFGHT/vue-router-error-repro
1.- Push to any route (this.$router.push('/test');). 2.- Redirect to same router but with extra param.
this.$router.push('/test');
if (to.fullPath === '/test') { next('/en/test'); }
route:
{ path: '/:lang?/test', name: 'test', component: () => import(/* webpackChunkName: "test" */ './views/Test.vue'), },
Correct redirect.
It's redirecting but it's displaying an error: vue-router.esm.js?8c4f:2051 Uncaught (in promise) undefined
vue-router.esm.js?8c4f:2051 Uncaught (in promise) undefined
The text was updated successfully, but these errors were encountered:
See #2873 (comment)
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Version
3.1.3
Reproduction link
https://github.com/JFGHT/vue-router-error-repro
Steps to reproduce
1.- Push to any route (
this.$router.push('/test');
).2.- Redirect to same router but with extra param.
route:
What is expected?
Correct redirect.
What is actually happening?
It's redirecting but it's displaying an error:
vue-router.esm.js?8c4f:2051 Uncaught (in promise) undefined
The text was updated successfully, but these errors were encountered: