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