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 f7a3f8e commit 2851803Copy full SHA for 2851803
src/runtime/composables/useKirbyData.ts
@@ -97,6 +97,7 @@ export function useKirbyData<T = any>(
97
return $kirby(_path.value, {
98
...fetchOptions,
99
signal: controller.signal,
100
+ language: _language.value,
101
cache,
102
key: key.value,
103
})
src/runtime/composables/useKql.ts
@@ -84,6 +84,7 @@ export function useKql<
84
return $kql(_query.value, {
85
86
87
88
89
90
0 commit comments