adding latest

This commit is contained in:
2020-03-23 02:38:32 +00:00
parent 77bf8f3826
commit 77be707311
5 changed files with 224 additions and 23 deletions

View File

@@ -7,5 +7,12 @@ Vue.use(Vuetify);
export default new Vuetify({
icons: {
iconfont: "mdi"
},
theme: {
themes: {
light: {
background: "#EEEEEE"
}
}
}
});