[vue] emit opened/closed events in popover #2237
jesusantguerrero
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thanks for the work in this amazing library. I have a suggestion:
A common pattern in Vue app development is to relay in props down/events up to communicate between children and parent elements.
With that said it would be a nice addition to the package to throw these events (
@opened
/closed
) when we just need to know when they happen and not to call them imperatively.I would be happy to help with that.
Beta Was this translation helpful? Give feedback.
All reactions