We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've confirmed that this happens in the most recent version of vue and vue-router.
const target = e.currentTarget.getAttribute('target') if (/\b_blank\b/i.test(target)) return
The problem is that this block of code isn't necessarily testing the generated tag due to the use of "currentTarget".
The text was updated successfully, but these errors were encountered:
Hey,the most recent version of vue-router doesn't include that fix yet but it was fixed in #1290
Sorry, something went wrong.
No branches or pull requests
I've confirmed that this happens in the most recent version of vue and vue-router.
The problem is that this block of code isn't necessarily testing the generated tag due to the use of "currentTarget".
The text was updated successfully, but these errors were encountered: