Skip to content

Commit b23c328

Browse files
jetinyyyx990803
authored andcommitted
update components.md (#367)
1 parent 8d0c958 commit b23c328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ Here's a complete example of a simple todo list:
967967
``` html
968968
<div id="todo-list-example">
969969
<input
970-
v-model="newTodoText" v
970+
v-model="newTodoText"
971971
v-on:keyup.enter="addNewTodo"
972972
placeholder="Add a todo"
973973
>

0 commit comments

Comments
 (0)