5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
|
import Vue from 'vue'
|
||
|
import VTooltip from 'v-tooltip'
|
||
|
|
||
|
Vue.use(VTooltip)
|