Communication Between Vue Components with Custom Events
We know how to pass data to a child component through props in Vue.js 3. 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 plan-picker 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.
Component Basics
6 lessons • 32 min3:40
2:16
9:03
2:48
4:42
NEXT CHAPTER
Components In-depth3 lessons • 22 min