vue-strap
vue-strap copied to clipboard
Fast hovering on button with tooltip causes TypeError

It also may appear when you have multiple buttons near each other I found a workaround for that: In src/utils/popoverMixins.js on line 31 you should provide a fallback
var popover = this.$refs.popover || {style:{}}
or do the same (as a temporary fix if you don't want to rebuild whole vue-strap) in vue-strap.js line 7436
+1
+1
+1
+1
+1
Any update on this?
+1
+1
+1