Communication between Vue Components

Sumit Sharma Responses • 2 Posted • Jun 13 2019
Hey guys, I want to know how do you passing data between components, I see that vue allows you to passing a call back function from a parent to child component, is it a good practice, or there is another better way to do this?

First I trying to pass data from the child to parent components using $emit, I see that's vue send's to me a warning, and that's make's me I little confuse on how to manage communication between components.

Write your response...

On a mission to build Next-Gen Community Platform for Developers