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 e3efdcf commit 81b5090Copy full SHA for 81b5090
src/components/TodoList.vue
@@ -64,7 +64,7 @@
64
<!--repeat for each tasks-->
65
<li v-for="todo in todos" :key="todo.newId" class="todo">
66
<span
67
- v-bind:class="{
+ :class="{
68
overdue: new Date(todo.dueDate + ' 23:59:59.999') < new Date(),
69
}"
70
><span id="text-numeric-display"
0 commit comments