deetz99

Results 1 comments of deetz99

Try this: ``` const { locale } = useI18n() const { data: navigation } = await useAsyncData( 'navigation', () => fetchContentNavigation( queryContent() .where({ _locale: locale.value }) ), { watch: [locale]...