Merge dev-test #123

Merged
jsegarra merged 38 commits from dev into test 2023-12-07 08:44:39 +00:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit e82c675d7d - Show all commits

View File

@ -91,11 +91,12 @@ module.exports = configure(function (/* ctx */) {
vitePlugins: [
[
VueI18nPlugin,
VueI18nPlugin({
runtimeOnly: false
}),
{
// if you want to use Vue I18n Legacy API, you need to set `compositionOnly: false`
// compositionOnly: false,
// you need to set i18n resource including paths !
include: path.resolve(__dirname, './src/i18n/**'),
},