Closed
Description
Hi!
Please, help me;
How to achieve default behavior for a tooltip when it is hiding in an attempt to hover over its title (content of tooltip)?
I prefer this behavior: http://jsfiddle.net/vdzvvg6o/
With bootstrap-vue I used directive variant v-b-tooltip.hover = { title: someTitle, container: relativeContainerId }
Thanks!