Open
Description
What problem does this feature solve?
Imagine a wrapper component where you need to pass events to a child component. This is possible for non native events using this.$listeners
, but it strips out native events. It would be good if we had something like this.$nativeListeners
so that we can pass native events down to child components as well.
In the meantime, Is there a workaround to pass events to child components?
What does the proposed API look like?
this.$nativeListeners