Skip to content

Commit c599795

Browse files
Alex-Sokolovchrisvfritz
authored andcommitted
Update list.md (vuejs#1053)
* Update list.md * Update list.md
1 parent ff2e37f commit c599795

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
@@ -301,7 +301,7 @@ new Vue({
301301
```
302302

303303
{% raw %}
304-
<div id="todo-list-example">
304+
<div id="todo-list-example" class="demo">
305305
<input
306306
v-model="newTodoText"
307307
v-on:keyup.enter="addNewTodo"

0 commit comments

Comments
 (0)