adding latest

This commit is contained in:
2020-03-24 02:04:43 +00:00
parent 77be707311
commit 44aaddd3bc
17 changed files with 284 additions and 85 deletions

View File

@@ -9,10 +9,10 @@ export default new Vuetify({
iconfont: "mdi"
},
theme: {
themes: {
light: {
background: "#EEEEEE"
}
themes: {
light: {
background: "#fff"
}
}
}
});