upash / peco

nothing here, move on..
MIT License
209 stars 12 forks source link

Help on adding Vuetify support to Peco blog #31

Open lobo-tuerto opened 6 years ago

lobo-tuerto commented 6 years ago

Hello, I'd like to know what's is the right way to enable Vuetify support for a Peco blog.

I didn't find a place to add the following code:

import Vue from 'vue'
import Vuetify from 'vuetify'

Vue.user(Vuetify)

I'd appreciate any help on this.