Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import Vue from 'vue'
  2. import Vuetify from 'vuetify/lib'
  3. import 'vuetify/src/stylus/app.styl'
  4.  
  5. Vue.use(Vuetify, {
  6. iconfont: 'md',
  7. theme: {
  8. secondary: '#1e3888',
  9. primary: '#47a8bd',
  10. accent: '#102052'
  11. }
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement