Skip to content

Commit f25e283

Browse files
fix: fixed tutorial step 8 template
Close #1960
1 parent 7257fdc commit f25e283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tutorial/src/step-8/App/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<form @submit.prevent="addTodo">
2-
<input v-model="newTodo" />
2+
<input v-model="newTodo">
33
<button>Add Todo</button>
44
</form>
55
<ul>

src/tutorial/src/step-8/_hint/App/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<form @submit.prevent="addTodo">
2-
<input v-model="newTodo" />
2+
<input v-model="newTodo">
33
<button>Add Todo</button>
44
</form>
55
<ul>

0 commit comments

Comments
 (0)