Skip to content

Commit 05c91b3

Browse files
author
tianting
committed
modified
1 parent 7e41030 commit 05c91b3

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
@@ -56,7 +56,7 @@ var example1 = new Vue({
5656
</script>
5757
{% endraw %}
5858

59-
`v-for` 块内部,我们有完全访问父作用域的属性。`v-for` 也支持当前列表的索引可选的第二个参数
59+
`v-for` 块内部,我们有完全访问父作用域的属性。`v-for` 还支持一个可选的第二个参数为当前项的索引
6060

6161
``` html
6262
<ul id="example-2">

0 commit comments

Comments
 (0)