Must be called at the top of a setup
function
#3027
Unanswered
paulvonber
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you provide a reproduction of your intended use case? It should be possible to do this in a composable as long as you call the composable in setup. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anybody has clue why
const { t } = useI18n()
is not usable in the composable? is there any way to get translations in composable or not?Beta Was this translation helpful? Give feedback.
All reactions