0👍
You can pass values between components as a property check the documentation.
N.B:
There is only one-way-down binding, i.e:
All props form a one-way-down binding between the child property and the parent one: when the parent property updates, it will flow down to the child, but not the other way around.
- [Vuejs]-Vue3: Two-way binding with two child components
- [Vuejs]-How can I make the form editable when I click the edit button?
Source:stackexchange.com