Skip to content

Commit 3e15e5f

Browse files
authored
fix typo 的 -> 地 (#1059)
1 parent c078788 commit 3e15e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorial/src/step-7/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
这里的 `todo` 是一个局部变量,表示当前正在迭代的数组元素。它只能在 `v-for` 所绑定的元素上或是其内部访问,就像函数的作用域一样。
1414

15-
注意,我们还给每个 todo 对象设置了唯一的 `id`,并且将它作为<a target="_blank" href="/api/built-in-special-attributes.html#key">特殊的 `key` attribute</a> 绑定到每个 `<li>``key` 使得 Vue 能够精确的移动每个 `<li>`,以匹配对应的对象在数组中的位置。
15+
注意,我们还给每个 todo 对象设置了唯一的 `id`,并且将它作为<a target="_blank" href="/api/built-in-special-attributes.html#key">特殊的 `key` attribute</a> 绑定到每个 `<li>``key` 使得 Vue 能够精确地移动每个 `<li>`,以匹配对应的对象在数组中的位置。
1616

1717
更新列表有两种方式:
1818

0 commit comments

Comments
 (0)