5 lines
70 B
JavaScript
5 lines
70 B
JavaScript
|
import Vue from 'vue'
|
||
|
import Vuetify from 'vuetify'
|
||
|
|
||
|
Vue.use(Vuetify)
|