switch to local material design icons

This commit is contained in:
Seth Ladygo
2019-04-01 22:49:54 -07:00
parent e50258b405
commit eb7269458d
5 changed files with 9 additions and 2 deletions

View File

@ -15,5 +15,5 @@ Vue.use(Vuetify, {
options: {
customProperties: true
},
iconfont: 'mdi',
iconfont: 'md'
})