0👍
So if i understood the question well you want to pass data from parent to child and conversely is it right ? So if it’s exactly that you have to use props
to pass from the parent to the child so from your Dashboard
to your child components
and events named $emit('evenexemple', data)
and call the event at the parent tag to pass data from child to parent from your child component to your Dashboard
. I let you see the documentation 😉
- [Vuejs]-When I use @nuxtjs/auth to login, it sends a request with a different URL than the one I specified
- [Vuejs]-How to open a link not in the app? Ionic vue
Source:stackexchange.com