-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Initial navigation allows missing the base
part
#2782
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
Comments
same problem |
The vue-router/src/history/html5.js Lines 74 to 80 in 9b01cbc
It looks like a issue to me too, can we change the behavior? |
base
optionbase
part
This should indeed not happen |
Coming back at this: the point of the |
Version
3.0.3
Reproduction link
https://codesandbox.io/s/pyl49
Steps to reproduce
set url /home or /app/home
What is expected?
/app/home -> direct to home page.
/home -> direct to blank page.
What is actually happening?
/app/home -> direct to home page.
/home -> direct to home page.
I wonder know if this is a bug or feature? And I expect /home should not link to home page, do I use the 'base' option correctly
The text was updated successfully, but these errors were encountered: