# V-Popover
For the Popovers we used a Vue.js library named
v-tooltip
who also have the v-popover
already integrated.
import { VPopover } from 'v-tooltip';
# Local Usage
components: {
VPopover
}
# Global Usage
Vue.component("v-popover", VPopover);
In this product already this plugin it's globally installed