catalog list: small updates for vuetify 2
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
import Vue from 'vue'
|
||||
import Vuetify from 'vuetify/lib'
|
||||
import 'vuetify/src/stylus/app.styl'
|
||||
|
||||
Vue.use(Vuetify, {
|
||||
const opts = {
|
||||
theme: {
|
||||
primary: '#fdd02f',
|
||||
keen_yellow: '#fddd04',
|
||||
@ -18,5 +17,13 @@ Vue.use(Vuetify, {
|
||||
options: {
|
||||
customProperties: true
|
||||
},
|
||||
iconfont: 'md'
|
||||
})
|
||||
icons: {
|
||||
iconfont: 'md',
|
||||
},
|
||||
}
|
||||
|
||||
Vue.use(Vuetify)
|
||||
|
||||
new Vue({
|
||||
vuetify: new Vuetify(opts)
|
||||
}).$mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user