Raphael Wirnsberger
Results
1
comments of
Raphael Wirnsberger
What I did as a workaround is this: ```js const { locale } = useI18n() const key = computed(() => `unique-key-${locale.value}`) const nuxtApp = useNuxtApp() const { data } =...