Vue js is a component based framework. A vue js application in real life can have many components. So theres has to be some way to make a communication possible between these components back and forth. A communication means the way of passing data. Child.vue Parent.vue
Bunch of tutorials on how and why things are done