-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Mismatched anchor links in API page #1352
New issue
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
Comments
I also found that any Global API sub item is broken too. For example The only one working on Global API is
I tested all API links. |
I believe this has been fixed and deployed. See #1348. |
Yep, we should be good! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In API page, some of the sidebar links are broken and will not scroll to anchor.
For example,
https://vuejs.org/v2/api/#vm-mount-elementOrSelector
is in the sidebar link whilst the actual anchor link should behttps://vuejs.org/v2/api/#vm-mount
in order to scroll to desired position.Also several sidebar links are broken too. As far as I know it's only in API page.
Is this intended behavior? I'll report more links if these are bugs.
The text was updated successfully, but these errors were encountered: