Skip to content

Commit

Permalink
Update list.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PDX233 committed Mar 14, 2024
1 parent 96246c7 commit 4d8ddbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/essentials/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ items.forEach((item, index) => {
</li>
```

对于多层嵌套的 `v-for`,作用域的工作方式和函数的作用域很类似。每个 `v-for` 作用域都可以访问到父级作用域:
对于多层嵌套的 `v-for`,作用域的工作方式和函数的作用域很类似。每个 `v-for` 作用域都可以访问到父级作用域:....

```vue-html
<li v-for="item in items">
Expand Down

0 comments on commit 4d8ddbe

Please sign in to comment.