-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Description
A middle click on a router-link does not open a new tab (normal behaviour for <a>
) but instead navigates in the current tab in v2.
This worked in v1, handled by this code:
https://github.com/vuejs/vue-router/blob/1.0/src/directives/link.js#L100
Right-clicking and selecting "Open link in new tab" does work, only adding to user confusion.
toabi, te1, KaelWD, ivictbor and BobbyMcWho
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
nicolasparada commentedon Oct 11, 2016
I can do middle click to open a new tab...
rashfael commentedon Oct 11, 2016
Using the code from v1 works (fork here) but for testing I cannot seem to trigger a middle click correctly with nightwatch. Ctrl+click does work though.