Answer the question
In order to leave comments, you need to log in
How to make updating an object inside an array reactive?
Good afternoon, colleagues. Something got confused.
The question is how to make a reactive update of an object placed in an array.
For example we have a structure:
data: function () {
return {
list: [
{param1: 'data', param2 : 'qwer' ...},
{param1: 'data2' param2: 'qwer' ...}
]
}}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question