0👍
Make sure you set newSupplier using Vue.set(newSupplier, index, value)
and not newSupplier[index]=value
.
The indexing may cause your newSupplier to not be reactive.
Source:stackexchange.com
0👍
Make sure you set newSupplier using Vue.set(newSupplier, index, value)
and not newSupplier[index]=value
.
The indexing may cause your newSupplier to not be reactive.