1. 18
    Send an Emit Event with Data From a Vue Component to It's Parent
    3m 26s

Send an Emit Event with Data From a Vue Component to It's Parent

Share this video with your friends

Send Tweet

We'll see how we can define our own events that our components can emit to their parents. We'll also see how the parent can respond to these events using the v-on or @ directive, just like any other event.