|
This works: <UButton
locale
block
variant="link"
to="/auth/sign-up">
{{ $t('pages.auth.sign-in.form.sign-up') }}
</UButton>This not: <UButton
block
variant="link"
to="/auth/sign-up">
{{ $t('pages.auth.sign-in.form.sign-up') }}
</UButton>Grabacion.de.pantalla.2026-06-22.082808.mp4 |
Answered by
neukinal
Jun 22, 2026
Replies: 2 comments
|
@neukinal That version does indeed fix it—thanks. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you already on version
4.9.0? This might resolve the issues. I had the same problem but with the latest update this should be fixed #6563.