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?