<b-popover> Component basic usage
BootstrapVue's popovers support contextual color variants via our
custom CSS, via the variant prop:
You can manually control the visibility of a popover via the
syncable Boolean show prop. Setting it to
true will show the popover, while setting it to
false will hide the popover.
Programmatic control can also be affected by submitting
'enable' and 'disable' events to the
popover by reference.