This commit is contained in:
Gregor Schulte
2023-03-29 10:11:51 +02:00
commit c1abe6ae1e
91 changed files with 6785 additions and 0 deletions

13
vue.config.js Normal file
View File

@@ -0,0 +1,13 @@
module.exports = {
transpileDependencies: ['vuetify'],
pluginOptions: {
i18n: {
locale: 'en',
fallbackLocale: 'en',
localeDir: 'locales',
enableInSFC: false,
},
},
}