Add vuetify

This commit is contained in:
KevinNThomas
2021-07-17 18:11:24 -07:00
parent 340c6951dd
commit 22f9d5f118
9 changed files with 442 additions and 161 deletions

5
vue.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
transpileDependencies: [
'vuetify'
]
}