A vue directive
npm install hover-intent-vue> A vue directive that allows you to trigger a hover event intelligently. Wraps itself around hoverintent.js from https://github.com/tristen/hoverintent
`` bash`install dependencies
npm install`
To use `
import Vue from 'vue'
import HoverIntent from 'hover-intent';
Vue.directive('hover-intent', HoverIntent)`
In your component, use it as follows: ``
Your callback will receive one single value. True when the hover is triggered, and false when it leaves.