小修改。
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user