mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
fix vue-i18n compilation
This commit is contained in:
parent
323176bea3
commit
01c3839f1c
@ -18,6 +18,7 @@ const config: UserConfig = {
|
|||||||
vueI18n({
|
vueI18n({
|
||||||
ssr: true,
|
ssr: true,
|
||||||
include: path.resolve(__dirname, './src/locales/**'),
|
include: path.resolve(__dirname, './src/locales/**'),
|
||||||
|
jitCompilation: false,
|
||||||
}),
|
}),
|
||||||
checker({
|
checker({
|
||||||
typescript: true,
|
typescript: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user