Hi, In vue, we can use this.arr_list.$set(index, {name:value, img: url}) to
trigger dom change. But in weex, can we use $set function??? Which kind of
way is used in weex to detect list data change so the dom can trigger UI
updated ?Hi, In vue, we can use this.arr_list.$set(index, {name:value, img: url}) to
trigger dom change. But in weex, can we use $set function??? Which kind of
way is used in weex to detect list data change so the dom can trigger UI
updated ?