Skip to content

Commit

Permalink
typo: fix translate mistake in /guide/essentials/list (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 authored Apr 16, 2024
1 parent d4f94e7 commit 1102c82
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 @@ -231,7 +231,7 @@ data() {
</li>
```

在外新包装一层 `<template>` 再在其上使用 `v-for` 可以解决这个问题 (这也更加明显易读):
在外先包装一层 `<template>` 再在其上使用 `v-for` 可以解决这个问题 (这也更加明显易读):

```vue-html
<template v-for="todo in todos">
Expand Down

0 comments on commit 1102c82

Please sign in to comment.