[Vuejs]-How do I push an object into an array nested in an object and retain reactivity in Vue 29 October 2023 by thecoderscamp.com 1👍 ✅ try this obj.property3.push({ property7: 'value7'}) obj={...obj} 👤Shirish Maharjan [Vuejs]-Vue.js – Event does not trigger child component to show requested data in table Source:stackexchange.com