小修改。
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
package-lock.json
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user