From 8132a5f383db8213d52f99c245b0f93d1c17b782 Mon Sep 17 00:00:00 2001 From: Andre Madarang Date: Sat, 26 May 2018 18:56:07 -0400 Subject: [PATCH] push editing field --- src/components/TodoList.vue | 1 + 1 file changed, 1 insertion(+) 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 = ''