Skip to content

Popups not closed with global event #1002

Closed
@milenon

Description

@milenon

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions