dashboard/plugins/tooltip.js

5 lines
77 B
JavaScript

import Vue from 'vue';
import VTooltip from 'v-tooltip';
Vue.use(VTooltip);