We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
All documentation pages have this issue as far as I can see. Example link: https://bootstrap-vue.org/docs/components/form-radio
When clicking on any of the menu items on the right menu, the url stays the same instead of going to something like "https://bootstrap-vue.org/docs/components/form-radio#grouped-radios" (note the fragment: grouped-radios)
grouped-radios
The result is that copying the link doesn't send you to the right part of the page. And reloading the page doesn't end up in the right place either.
I think this is a recent issue, I haven't seen this issue before but I could be wrong.
The text was updated successfully, but these errors were encountered:
chore(docs): make sure the clicked anchor target is reflected in URL (c…
6dec995
…loses #6288) (#6368) * fixes #6288 * removed unnecessary change * Use shared `scrollTargetIntoView` util * Update index.js * Update index.js * Update section.js Co-authored-by: Jacob Müller <jacob.mueller.elz@gmail.com>
Successfully merging a pull request may close this issue.
Documentation issue
Is there a specific documentation page you are reporting?
All documentation pages have this issue as far as I can see.
Example link: https://bootstrap-vue.org/docs/components/form-radio
Additional context or description
When clicking on any of the menu items on the right menu, the url stays the same instead of going to something like "https://bootstrap-vue.org/docs/components/form-radio#grouped-radios" (note the fragment:
grouped-radios
)The result is that copying the link doesn't send you to the right part of the page. And reloading the page doesn't end up in the right place either.
I think this is a recent issue, I haven't seen this issue before but I could be wrong.
The text was updated successfully, but these errors were encountered: