-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Hi, there is a way to extends a component?
I have to include this event to each one of my components?
events: {
'userRetrieved': function (user) {
this.user = user;
return true;
}
},
In the main component a retrive the user and broadcast to all nodes, but I find a little bit dirty to declare the same method on each component, there is a way to extend the component from other that include this event? I'm using browserify
Metadata
Metadata
Assignees
Labels
No labels