a message when finished and access to old records

This commit is contained in:
Julien Calixte
2023-04-10 21:51:57 +02:00
parent 9b518ca851
commit 266be28809
7 changed files with 57 additions and 35 deletions

View File

@@ -28,6 +28,7 @@ const task = computed(() => taskStore.getTask(props.id))
<div>{{ step.title }} | {{ step.estimation }}</div>
</li>
</ul>
<hr />
<task-record-list :task-id="id" />
</div>
<div v-else>Task not found</div>