0👍
I believe you are missing a colon on the binding property:
<custom-component :currency="calculateCurrency" ></custom-component>
Adding that before “currency” will allow for data-binding
- [Vuejs]-Vs-select from vuesax not working and duplicate root node in vuejs
- [Vuejs]-How to reference a store variable inside a value.sync statement in Vue.js
Source:stackexchange.com