How to specify a component action target to a route?

In your case, you’ll want to go the sendAction route instead of passing the action around as a closure, which in that case is the target. Using sendAction will allow the action the bubble in the way you’re expecting. component → controller → route

1 Like