Closed Venegrad closed 3 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 ;)
im already leave this plugin, cuz its not working correctly,,, Using clean popper.js with api.
Hi i cant find docs how to call event hide?