How to use v-for instruction to realize data grouping in Vue
In this article Xiaobian for you to introduce in detail "how to use v-for instructions to achieve data grouping in Vue", the content is detailed, the steps are clear, and the details are handled properly. I hope that this article "how to use v-for instructions to achieve data grouping in Vue" can help you solve your doubts.
The code is as follows:
Data- {{cell}} / / create an Vue instance or "ViewModel" / / it connects View to Model new Vue ({el:'# app', data: {list: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]}, computed: {listTemp: function () {var list = this.list; var arrTemp = []; var index = 0 Var sectionCount = 3; for (var I = 0; I < list.length; iTunes +) {index = parseInt (I / sectionCount); if (arrTemp.length