You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix target _blank when anchor has children (#1290)
* fix target _blank when anchor has children
Couple of days ago, we have faced an issue with out non-SPA project:
Once you add a child element to a ``<router-link>`` with ``target="_blank"`` attribute, it wouldn't fire on a new tab. check this fiddle:
https://jsfiddle.net/asynchronous/dnLs1dm4/10/
I've changed ``gaurdEvent`` method in ``link`` component so it could fix this issue.
* Update link.js
* Update link.js
0 commit comments