Init
This commit is contained in:
13
vue.config.js
Normal file
13
vue.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
|
||||
transpileDependencies: ['vuetify'],
|
||||
|
||||
pluginOptions: {
|
||||
i18n: {
|
||||
locale: 'en',
|
||||
fallbackLocale: 'en',
|
||||
localeDir: 'locales',
|
||||
enableInSFC: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user