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.