We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c078788 commit 3e15e5fCopy full SHA for 3e15e5f
src/tutorial/src/step-7/description.md
@@ -12,7 +12,7 @@
12
13
这里的 `todo` 是一个局部变量,表示当前正在迭代的数组元素。它只能在 `v-for` 所绑定的元素上或是其内部访问,就像函数的作用域一样。
14
15
-注意,我们还给每个 todo 对象设置了唯一的 `id`,并且将它作为<a target="_blank" href="/api/built-in-special-attributes.html#key">特殊的 `key` attribute</a> 绑定到每个 `<li>`。`key` 使得 Vue 能够精确的移动每个 `<li>`,以匹配对应的对象在数组中的位置。
+注意,我们还给每个 todo 对象设置了唯一的 `id`,并且将它作为<a target="_blank" href="/api/built-in-special-attributes.html#key">特殊的 `key` attribute</a> 绑定到每个 `<li>`。`key` 使得 Vue 能够精确地移动每个 `<li>`,以匹配对应的对象在数组中的位置。
16
17
更新列表有两种方式:
18
0 commit comments