Questions tagged [vue.js]
20 questions
1
vote
1 answer
Vue.js Two Way Communication Using Objects As Props - Is this an Anti-Pattern?
Typically the way to communicate between parent <-> child component in Vue.js is to send the child a prop and emit an event from the child, which is listened to on the parent.
However, if you pass in an object to a child prop, updating the object in…
GWed
- 3,125