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 b6373c7 commit 3b5fa46Copy full SHA for 3b5fa46
1 file changed
app/app.vue
@@ -17,7 +17,7 @@ useHead({
17
},
18
})
19
20
-const localeMap = (locales.value as LocaleObject[]).reduce(
+const localeMap = locales.value.reduce(
21
(acc, l) => {
22
acc[l.code!] = l.dir ?? 'ltr'
23
return acc
0 commit comments