Skip to content

Commit 90168c2

Browse files
Alex-Sokolovkazupon
authored andcommitted
Revert "Fix typo: 'is' => 'id'" (vuejs#758)
1 parent 6a63bed commit 90168c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Here's a complete example of a simple todo list:
244244
>
245245
<ul>
246246
<li
247-
id="todo-item"
247+
is="todo-item"
248248
v-for="(todo, index) in todos"
249249
v-bind:title="todo"
250250
v-on:remove="todos.splice(index, 1)"

0 commit comments

Comments
 (0)