标签: vue.js
我们如何定义迭代数组的v-for(例如v-for2)等新迭代器? 我想积累数组项的一个属性。 结果将是这样的:
<div v-for2="(item, accumulated) in [1,2,3,4,5,6]"> {{accumulated}} </div>