小修改。

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

1
.gitignore vendored
View File

@@ -1,6 +1,7 @@
.DS_Store .DS_Store
node_modules node_modules
/dist /dist
package-lock.json
# local env files # local env files
.env.local .env.local

View File

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