Skip to content
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

When I right click a router-link and click "Open in a new tab" it opens the wrong link #969

Closed
melanke opened this issue Dec 1, 2016 · 0 comments

Comments

@melanke
Copy link

melanke commented Dec 1, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant