-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Hi,
if there a possibility to use VM $on() method to catch all incoming events?
It would be even cooler to enable wildcards like:
this.vm.$on('delete-*', function(){
//...
});
to catch all events starting with 'delete-'
Right now such functionality is useful for me for diagnostics, but I think it would be useful in several other scenarios as well.
Metadata
Metadata
Assignees
Labels
No labels