-
|
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 |
Beta Was this translation helpful? Give feedback.
Answered by
neukinal
Jun 22, 2026
Replies: 2 comments
-
|
Are you already on version |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sawa-ko
-
|
@neukinal That version does indeed fix it—thanks. |
Beta Was this translation helpful? Give feedback.
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.