v-for) И как мне для каждой конкретной итерации изменить trend(вызывая метод конечно же)?
data: function () {
return {
upHere: true,
tt : true,
cards :[ {
"text": "I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.",
"title": "First",
"trend" : 5,
reply : 0 ,
}, {
"text": "I am a very simple card. I am good at containing small bits of information. I am convenient because I require little markup to use effectively.",
"title": "Second",
"trend" : 5,
reply : 0 ,
} ]
}
}
ТО есть в методе изменить переменную trend
так ты свои данные в переменную внутри data положи
Обсуждают сегодня