We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679f1f4 commit 3918263Copy full SHA for 3918263
src/tutorial/src/step-7/App/template.html
@@ -1,5 +1,5 @@
1
<form @submit.prevent="addTodo">
2
- <input v-model="newTodo">
+ <input v-model="newTodo" required placeholder="new todo">
3
<button>할 일 추가</button>
4
</form>
5
<ul>
src/tutorial/src/step-8/App/template.html
<button>Add Todo</button>
src/tutorial/src/step-8/_hint/App/template.html
0 commit comments