RobinCK / vue-popper

:whale: VueJS popover component based popper.js 🇺🇦
https://robinck.github.io/vue-popper/
MIT License
438 stars 105 forks source link

How to call event hide? #142

Closed Venegrad closed 3 years ago

Venegrad commented 4 years ago

Hi i cant find docs how to call event hide?

ilya-buligin commented 4 years ago

Hi i cant find docs how to call event hide?

You can make something like this:

<Popper ref="popper">...</Popper>
...
this.$refs.popper.doClose()

Be careful - doClose is an internal method of vue-popper. Better use forceShow property ;)

Venegrad commented 4 years ago

im already leave this plugin, cuz its not working correctly,,, Using clean popper.js with api.