This commit is contained in:
Your Name
2020-06-15 17:38:40 -04:00
parent d60aefd84d
commit 3fa226fb07
81 changed files with 22779 additions and 0 deletions

9
vue.config.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
"transpileDependencies": [
"vuetify"
],
publicPath: "./",
pluginOptions: {
}
}