Registered v-tooltip dependency with Vue

This commit is contained in:
Andrew Bastin
2019-10-18 16:28:51 -04:00
parent 35b47b83d7
commit b229bf6197
2 changed files with 7 additions and 0 deletions

4
plugins/v-tooltip.js Normal file
View File

@@ -0,0 +1,4 @@
import Vue from 'vue';
import VTooltip from 'v-tooltip';
Vue.use(VTooltip);