Skip to content

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

Closed
@melanke

Description

@melanke

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions