Listening to Child Component Events

Learn how Vue.js components can listen to child components for events.

A child component is a component that is plugged into another component. The child component and parent components both have their own methods and event handlers. All events in the child components are handled by the child component itself. Similarly, the parent component is responsible for its own event handling. However, sometimes the child component may need to communicate with the parent component. In this lesson, learn about how a parent can listen to events from its child component.

Get hands-on with 1200+ tech skills courses.