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: {
locale: 'en',
fallbackLocale: 'en',
localeDir: 'locales',
enableInSFC: false
}
}
}