s/element/vuetify :D

This commit is contained in:
les
2020-07-25 21:41:22 +02:00
parent 59811e580c
commit 2758541df0
33 changed files with 1762 additions and 1340 deletions

14
vuetify.options.js Normal file
View File

@@ -0,0 +1,14 @@
// vuetify.options.js
export default {
theme: {
dark: true,
themes: {
dark: {
primary: '#FF4500'
},
light: {
primary: '#FF4500'
}
}
}
}