1.0.7 • Published 5 years ago
wttooltip v1.0.7
#wttooltip we can add tooltip in your any element using directive v-wt-tooltip
How to use it
npm install wttooltip
import wttooltip from 'wttooltip'
Vue.use(wttooltip)
<input type="button" v-wt-tooltip="'my tool tip text'">