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
It would be legit to want to link an anchor in a page, as in https://github.com/epfl-dojo/dojo-app/blob/master/src/components/About.vue#L28 As in vuejs/vue-router#580 and vuejs/vue-router#434, nothing relate that it shouldn't work. The id=foo should be prefered as the a element has no name attribute (see http://stackoverflow.com/questions/484719/html-anchors-with-name-or-id).
id=foo
a
name
The text was updated successfully, but these errors were encountered:
stefanonepa
No branches or pull requests
It would be legit to want to link an anchor in a page, as in https://github.com/epfl-dojo/dojo-app/blob/master/src/components/About.vue#L28
As in vuejs/vue-router#580 and vuejs/vue-router#434, nothing relate that it shouldn't work. The
id=foo
should be prefered as thea
element has noname
attribute (see http://stackoverflow.com/questions/484719/html-anchors-with-name-or-id).The text was updated successfully, but these errors were encountered: