nuxt3 icon indicating copy to clipboard operation
nuxt3 copied to clipboard

18n can't be accessed from context but only from vue app

Open max5432112345 opened this issue 1 year ago • 0 comments

const nuxtApp = useNuxtApp() const { vueApp } = nuxtApp const { i18n } = vueApp

Not work nuxtApp.$i18n but nuxtApp.$auth exists Only can use vueApp.i18n

max5432112345 avatar Aug 08 '22 05:08 max5432112345