Skip to content

Commit

Permalink
Revert "Fix typo: 'is' => 'id'" (vuejs#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Sokolov authored and kazupon committed Feb 11, 2017
1 parent 6a63bed commit 90168c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Here's a complete example of a simple todo list:
>
<ul>
<li
id="todo-item"
is="todo-item"
v-for="(todo, index) in todos"
v-bind:title="todo"
v-on:remove="todos.splice(index, 1)"
Expand Down

0 comments on commit 90168c2

Please sign in to comment.