-
+
+
-
+
+
@@ -15,17 +23,7 @@
-
+
{{ this.task.name }}
@@ -9,6 +9,7 @@
diff --git a/client/src/components/Tasks.vue b/client/src/components/Tasks.vue
index a894d91..b4da2c1 100644
--- a/client/src/components/Tasks.vue
+++ b/client/src/components/Tasks.vue
@@ -9,8 +9,12 @@
>
No tasks found
diff --git a/client/src/views/Day.vue b/client/src/views/Day.vue
index cee7711..1a37939 100644
--- a/client/src/views/Day.vue
+++ b/client/src/views/Day.vue
@@ -1,6 +1,6 @@
-
+
@@ -59,7 +59,6 @@ export default class Day extends Vue {
saveFn: () => this.saveDay(),
deleteFn: () => this.deleteNote(),
}
- public tasks: Array