DEV Community

Discussion on: How to pass data from child to parent in vue js

Collapse
 
klodovsky profile image
Khaled ben hassen

Hi Sourav, nice article ! In my case I have a child component C1.vue that contrains a various list of methods and data inside and I want to send all of it to Dashboard.vue in order to display it . how can I emit them all at once ?