So I did some experimenting, and here’s a way to pass all component props down through child components. It builds on the popularity and ease of use of Vue 2. Then, in our template, we can give those attributes values and — BAM — we’re passing data from a parent to a child component! Hi, thanks for filling this issue. In this tutorial, we will see a more practical example to understand the reusability concept, and we’ll also cover how we can pass data into our component using props. Vue 3 is the up and coming version of Vue front end framework. Before you start. VueJS props are the simplest way to share data between components. So let’s see this little bit of code in action.