Javi

Results 7 comments of Javi

same i am getting the error in a watch function that is within a composable that is used within a base layout setup script in nuxt js (no ssr). seems...

Ok i was able to solve it by using using ``` const { availableLocales, locale: currentLocale, t, messages: currentMessages } = useI18n({ useScope: 'global'}); ``` at the top scope of...

This is what I do since it should get the instance of i18n since this package is only a wrapper for that vue-i18n. Not sure if its documented but it...

Just a comment about my use case, I am using Nuxt 3 and ionic to generate an ios app. While most css classes are standard a-zA-Z the moment I added...

@danielroe I still only get a file with the following when running nuxi generate. This file is what appears in safari and in the ios app inspect. No utf-8 meta...

Just a comment about my use case, I am using Nuxt 3 and ionic to generate an ios app. While most css classes are standard a-zA-Z the moment I added...

@danielroe I still only get a file with the following when running nuxi generate. This file is what appears in safari and in the ios app inspect. No utf-8 meta...