We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f52b94 commit b69bf93Copy full SHA for b69bf93
src/components/NewTodo.vue
@@ -1,6 +1,6 @@
1
<template>
2
<form @submit.prevent="addTodo">
3
- <!--all fields are required-->
+ <!--all fields are required in order to add a task-->
4
Name:<br /><!--task name can be up to 255 characters in length-->
5
<input
6
class="todo-input"
0 commit comments