We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's say I am at: http://localhost:8080/GeneratorUseCase/crud/#/listGrupoDoPrincipal
http://localhost:8080/GeneratorUseCase/crud/#/listGrupoDoPrincipal
if I left click <router-link to="/home">Home</router-link> it goes to: http://localhost:8080/GeneratorUseCase/crud/#/home
<router-link to="/home">Home</router-link>
http://localhost:8080/GeneratorUseCase/crud/#/home
but when I right click a router-link and click "Open in a new tab" it opens the wrong link: http://localhost:8080/#/home
http://localhost:8080/#/home
If I change my link to: <a href="#/home">Home</a> it works fine
<a href="#/home">Home</a>
The text was updated successfully, but these errors were encountered:
b710b2e
No branches or pull requests
Let's say I am at:
http://localhost:8080/GeneratorUseCase/crud/#/listGrupoDoPrincipal
if I left click
<router-link to="/home">Home</router-link>
it goes to:
http://localhost:8080/GeneratorUseCase/crud/#/home
but when I right click a router-link and click "Open in a new tab" it opens the wrong link:
http://localhost:8080/#/home
If I change my link to:
<a href="#/home">Home</a>
it works fine
The text was updated successfully, but these errors were encountered: