0👍
There are many ways to do that.
Props lets you pass data to child component.
Providers lets you pass data nested, more than one level.
Vuex stores lets you cache your data in $store object to use later, wherever you want.
- [Vuejs]-Shift marker by given specific user input
- [Vuejs]-How to manipulate prop value with drop down selection
Source:stackexchange.com