8000 edits · vuejs-jp-bot/jp.vuejs.org@057030b · GitHub
[go: up one dir, main page]

Skip to content

Commit 057030b

Browse files
committed
edits
1 parent bc87398 commit 057030b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_posts/1.0.0-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Combined with [vue-router](https://github.com/vuejs/vue-router), Vue.js is now m
8989

9090
1. A alias is required now: so you should always do `v-for="item in items"`, no more `v-for="items"`.
9191

92-
2. The scoping is different when you use `v-for` on a component - it no longer automatically injects the data into the component, you need to explicitly pass it down using props. This makes the child component explicit about where its data comes from.
92+
2. The scoping is different when you use `v-for` on a component - it no longer automatically injects the data and meta properties like `$index` and `$key` into the component - you now need to explicitly pass them down using props. This makes the child component explicit about where its data comes from.
9393

9494
- [Details](https://github.com/vuejs/vue/issues/1200)
9595
- [Docs](http://vuejs.org/guide/list.html)

0 commit comments

Comments
 (0)
0