above is the effect I want, where 10 and 3 are variables.
I tried this and showed underfine
return{
list_tabs:["" + this.people_reply],
people_reply:10, //
people_none:3, //
}
tried string concatenation of ES6, but it didn"t work
list_tabs:["`${people_reply}`"],
how to solve a situation like this?