我有一個v-for循環VueJS,我想循環元素在兩個組中的一個div內。VueJS - 有條件地包裝在一個div
例如:
<div class="xpto" v-for="item in items"> //this div should wrap a maximum of two components per time
<component :item="item"></component>
</div>
什麼會實現,最好的方法是什麼?通過在所計算的從items
陣列引用的每個項目的索引和獲取項目https://vuejs.org/v2/guide/list.html#Range-v-for