Accepting named target for router-link #3116
Labels
discussion
feature request
fixed on 4.x
This issue has been already fixed on the v4 but exists in v3
has workaround
What problem does this feature solve?
Right now, if we want to open a link in a new tab (or page), we can use target="_blank".
In some cases, I prefer using named target when opening a new tab. This way, if we click multiple times on the same link, it will only refresh the named tab already opened.
Accepting something like target="my_report" would be great. Right now, the target attribute is added to the a tag, but the link is not opened on another tab.
What does the proposed API look like?
Accepting named target and opening them in new tabs
The text was updated successfully, but these errors were encountered: