Ui-Skote/Vuejs/Admin/vue.config.js

11 lines
163 B
JavaScript
Raw Permalink Normal View History

2022-09-08 15:06:44 -04:00
module.exports = {
pluginOptions: {
i18n: {
2022-10-23 09:19:08 -04:00
locale: 'en',
fallbackLocale: 'en',
2022-09-08 15:06:44 -04:00
localeDir: 'locales',
enableInSFC: false
}
2022-10-23 09:19:08 -04:00
}
2022-09-08 15:06:44 -04:00
}