We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v-for
1 parent 7f5f403 commit 8a626edCopy full SHA for 8a626ed
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