小修改。

This commit is contained in:
Luk.Lu
2018-10-17 21:08:22 +08:00
parent 19eacdc5a0
commit 6ac5f86b88
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import {
VIcon,
VGrid,
VToolbar,
transitions
transitions,
} from 'vuetify'
import 'vuetify/src/stylus/app.styl'
@@ -23,7 +23,7 @@ Vue.use(Vuetify, {
VIcon,
VGrid,
VToolbar,
transitions
transitions,
},
theme: {
primary: '#ee44aa',
@@ -32,7 +32,7 @@ Vue.use(Vuetify, {
error: '#FF5252',
info: '#2196F3',
success: '#4CAF50',
warning: '#FFC107'
warning: '#FFC107',
},
customProperties: true,
iconfont: 'md',