Skip to content
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

feat: switch to webHistory mode in vue router #2474

Closed
raimund-schluessler opened this issue Jan 29, 2024 · 0 comments · Fixed by #2480
Closed

feat: switch to webHistory mode in vue router #2474

raimund-schluessler opened this issue Jan 29, 2024 · 0 comments · Fixed by #2480

Comments

@raimund-schluessler
Copy link
Member

raimund-schluessler commented Jan 29, 2024

We currently use createWebHashHistory instead of createWebHistory, but this creates issues with the skip to navigation / content buttons.
So switching to createWebHistory should solve this issue and make the skip buttons work. It also gives a nicer looking URL.

It would be nice to merge #1971 first, because it reduces the migration effort a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant