diff --git a/src/components/TodoList.vue b/src/components/TodoList.vue index a082044..f5a955c 100644 --- a/src/components/TodoList.vue +++ b/src/components/TodoList.vue @@ -100,6 +100,7 @@ export default { id: this.idForTodo, title: this.newTodo, completed: false, + editing: false, }) this.newTodo = ''