Skip to content

Commit a8f2cd2

Browse files
author
tianting
committed
modified
1 parent 78566c2 commit a8f2cd2

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
@@ -422,7 +422,7 @@ computed: {
422422
}
423423
```
424424

425-
此外, 你也只用来计算性能是不可行的方法 (例如: 嵌套在 `v-for` 里循环):
425+
此外, 你也可以只使用一种方法计算 (例如: 嵌套在 `v-for` 里循环),但是性能是低下的:
426426

427427
``` html
428428
<li v-for="n in even(numbers)">{{ n }}</li>

0 commit comments

Comments
 (0)