-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
Hash in NuxtLink don't work with LocalePath #2525
Comments
This issue should be fixed upstream when intlify/routing#78 is merged and the dependency is updated. The issue only happens for links without query parameters so it's possible to add query parameters to the link for the hash to work. In the meantime a better workaround would be to pin |
Thx for your precision ! |
reopen, so We have not still integrate vue-i18n-routing latest version |
* fix: bump deps * chore: more bump deps * fix: revert vue-i18n and unplugin-vue-i18n version * test: add regression test for #2525 * test: add regression test for #2523 --------- Co-authored-by: Bobbie Goede <[email protected]>
* fix: bump deps * chore: more bump deps * fix: revert vue-i18n and unplugin-vue-i18n version * test: add regression test for nuxt-modules#2525 * test: add regression test for nuxt-modules#2523 --------- Co-authored-by: Bobbie Goede <[email protected]>
Environment
Reproduction
https://stackblitz.com/edit/nuxt-starter-ynzoxn
Describe the bug
When you add a hash to a link with
localePath
like this:The Hash of link is not add to the generated tag
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: