[Vuejs]-Props changes in parent do not update child

0👍

Vue.set() or this.$set only work for Objects – for Arrays you need methods like Array.push or Array.splice

Leave a comment