We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v-for
1 parent 80d2246 commit 2ffa0d0Copy full SHA for 2ffa0d0
src/examples/src/cells/App/template.html
@@ -8,7 +8,7 @@
8
<tbody>
9
<tr v-for="i in cells[0].length">
10
<th>{{ i - 1 }}</th>
11
- <td v-for="c, j in cols">
+ <td v-for="(c, j) in cols">
12
<Cell :r="i - 1" :c="j"></Cell>
13
</td>
14
</tr>
0 commit comments