-
-
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