[Vuejs]-Parent Object not reactive when deleting Child Array object

0👍

You need to use this.$set property to make it reactive. Please look into advanced vue js reactivity concepts.

Leave a comment