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
2.0.0-beta.5, 2.0.0-beta.3
https://jsfiddle.net/JounQin/4f6g94ut/ https://jsfiddle.net/JounQin/7fsmc4fp/
Just look at the above.
In the first jsfiddle file, I didn't add:
{ path: '*', redirect: '/' }
and it could not redirect to the root router automatically.
What I'm saying is that, when I try to open localhost:8080 it doesn't redirect to localhost:8080/#/.
localhost:8080
localhost:8080/#/
Is that an issue or a feature that we should handle initialization by ourselves?
The text was updated successfully, but these errors were encountered:
fix empty path matching (fix #587)
2a89fad
Fixed in beta.4
Sorry, something went wrong.
No branches or pull requests
Vue.js & vue-router.js version
2.0.0-beta.5, 2.0.0-beta.3
Reproduction Link
https://jsfiddle.net/JounQin/4f6g94ut/
https://jsfiddle.net/JounQin/7fsmc4fp/
Steps to reproduce
Just look at the above.
What is Expected?
In the first jsfiddle file, I didn't add:
and it could not redirect to the root router automatically.
What is actually happening?
What I'm saying is that, when I try to open
localhost:8080
it doesn't redirect tolocalhost:8080/#/
.Is that an issue or a feature that we should handle initialization by ourselves?
The text was updated successfully, but these errors were encountered: