Practical week 10: Challenge - ToDo App
Practical week 10: Challenge - ToDo App
NB: Adding of a new task should happen after enter key
press
Hint: Use v-model
on the input
Users should be able to mark task as done
/undone
NB: Notice how done
items are moved to bottom
Hint: Use computed
option for that.
Hint: Proposed component structure