### What problem does this feature solve? Would make writing wrapper components easier ### What does the proposed API look like? When v-on receives a function it should trigger on every custom event emitted by the child <my-custom-component v-bind="$props" v-on="onAnyEvent"></my-custom-component> Argument one could be the name of the event onAnyEvent(eventName, eventArgs) { // do something } <!-- generated by vue-issues. DO NOT REMOVE -->