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