From ecdcb827ef4a27b6d0edab396b982864f028a3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Mon, 12 Nov 2018 20:40:18 +0100 Subject: [PATCH] Store subtasks in task --- src/components/Task.vue | 13 +++++-------- src/models/task.js | 2 ++ src/store/calendars.js | 11 +++++++++++ 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/components/Task.vue b/src/components/Task.vue index ce9be98c2..0cc4bd92b 100644 --- a/src/components/Task.vue +++ b/src/components/Task.vue @@ -105,7 +105,7 @@ License along with this library. If not, see . @keyup.27="showSubtaskInput = false"> - @@ -119,7 +119,7 @@ License along with this library. If not, see .