How does vue v-for render arrays in array objects?

clipboard.png

clipboard.png

itemshistorydeal


:vue.jshtml

clipboard.png

May.06,2021

 <span class="user_history_one" v-for="row in item.historydeal">{{ row.historydealresult }}</span>

cycle through this item.historydealresult again v-for

Menu