Skip to content

Commit 03aa7eb

Browse files
committed
Change id format from camelCase to kebab-case
1 parent 9cd85d0 commit 03aa7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NewTodo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Due date:<br /><!--task due date must be on or after today date-->
1515
<input
1616
class="todo-input"
17-
id="dueDate"
17+
id="due-date"
1818
type="date"
1919
placeholder="Enter due date"
2020
v-model="originalDueDate"

0 commit comments

Comments
 (0)