Skip to content

Commit a8196a4

Browse files
author
Jamen Marz
committed
Fix original HTML
1 parent 1230c00 commit a8196a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Inside `v-for` blocks we have full access to parent scope properties, plus a spe
6161
``` html
6262
<ul id="example-2">
6363
<li v-for="item in items">
64-
{{ parentMessage }} {{ $index }} {{ item.message }}
64+
{{ parentMessage }} - {{ $index }} - {{ item.message }}
6565
</li>
6666
</ul>
6767
```

0 commit comments

Comments
 (0)