Skip to content

Commit 7e41030

Browse files
author
tianting
committed
modified
1 parent a8f2cd2 commit 7e41030

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)