Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Vue Component Fundamentals with the Composition API

Communication Between Vue Components with Custom Events

We know how to pass data to a child component through props in Vue. In this lesson, we'll learn how to communicate from a child to a parent component through custom events.

We will use a custom event to notify the PlanPicker of which plan has been selected, and make sure we have the right logic in place so the user can only select one plan at a time.