fix vue-i18n compilation

This commit is contained in:
Ulf Gebhardt 2024-03-11 10:24:08 +01:00
parent 323176bea3
commit 01c3839f1c
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -18,6 +18,7 @@ const config: UserConfig = {
vueI18n({
ssr: true,
include: path.resolve(__dirname, './src/locales/**'),
jitCompilation: false,
}),
checker({
typescript: true,