Skip to content

Commit 51073a0

Browse files
NataliaTepluhinanaokie
authored andcommitted
Revert "fix: added keys"
This reverts commit 5cfa447.
1 parent 3676a7b commit 51073a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Vue.js には他にもかなりの数のディレクティブがあり、それ
189189
```html
190190
<div id="list-rendering">
191191
<ol>
192-
<li v-for="todo in todos">
192+
<li v-for="todo in todos" v-bind:key="todo.text">
193193
{{ todo.text }}
194194
</li>
195195
</ol>

0 commit comments

Comments
 (0)