Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels