We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In the previous versions of bootstrap-vue it was posible to close popups emiting:
this.$root.$emit('hide::popover');
, but now it's not. I know that it can be closed with:
this.$refs['refid'].$emit('close');
but can't we have the old global event?