You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm trying to install nuxt-booster in my working project but the $t function from i18n is not found anymore.
Getting this error:
ERROR(vue-tsc) Property '$t' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, ... 16 more ..., {}>'.
To Reproduce
Steps to reproduce the behavior:
create new nuxt project
add @nuxtjs/i18n
add nuxt-booster
run nuxt app
Expected behavior
i18n is working properly together with nuxt-booster
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to install nuxt-booster in my working project but the $t function from i18n is not found anymore.
Getting this error:
ERROR(vue-tsc) Property '$t' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, ... 16 more ..., {}>'.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
i18n is working properly together with nuxt-booster
The text was updated successfully, but these errors were encountered: