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
Specify the target attribute on any an a or a router-link. After the app is mounted, the attributes are missing. In the Fiddle, links with the target attribute present have a green background, all other links have a red background.
What is more, the issue also affects links that are outside the actual application mounting node (see Fiddle).
As covered in #827, using the target attribute should be fixed, at least on a tags. It seems it is completely unusable at the moment.
The text was updated successfully, but these errors were encountered:
@fnlctrl I'm running macOS 10.12 with the latest Chrome. It seems to be an issue only when I have uBlock Origin enabled.
The app gets mounted (the router links work), but all target attributes are missing.
I've closed this issue as the actual problem seems to lie somewhere else entirely.
Vue.js / vue-router versions
2.1.9 / 2.1.1
Reproduction Link
https://jsfiddle.net/q46wrr7x/
Steps to reproduce
Specify the
target
attribute on any ana
or arouter-link
. After the app is mounted, the attributes are missing. In the Fiddle, links with thetarget
attribute present have a green background, all other links have a red background.What is more, the issue also affects links that are outside the actual application mounting node (see Fiddle).
As covered in #827, using the
target
attribute should be fixed, at least ona
tags. It seems it is completely unusable at the moment.The text was updated successfully, but these errors were encountered: