We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2892287 commit d99a35cCopy full SHA for d99a35c
layer/app/app.vue
@@ -53,6 +53,7 @@ const { data: navigation } = await useAsyncData(() => `navigation_${collectionNa
53
})
54
const { data: files } = useLazyAsyncData(`search_${collectionName.value}`, () => queryCollectionSearchSections(collectionName.value as keyof PageCollections), {
55
server: false,
56
+ watch: [locale],
57
58
59
provide('navigation', navigation)
0 commit comments