[Vuejs]-Vue.js newly added element not reactive

0👍

First, you should add some verification after executing the POST call. Here you just set the variable to the object.

Second, we don’t have the code that creates the data, only updates. My guess is that the object you create doesn’t contain a edited property. To check for this property you may use Vue DevTools to have direct insight to what really is in your Vue variables.

Leave a comment