Currently, links starting with "/" (i.e. local links) are always passed to $router, where a .preventDefault() call also occurs. As a result, a link with attribute target=""_blank will be opened in the same tab. The same thing happens when the user tries to open the link in a new tab by pressing Ctrl or Cmd at the same time.
Currently, links starting with "/" (i.e. local links) are always passed to
$router
, where a.preventDefault()
call also occurs. As a result, a link with attributetarget=""_blank
will be opened in the same tab. The same thing happens when the user tries to open the link in a new tab by pressing Ctrl or Cmd at the same time.