refact todolist input

This commit is contained in:
2020-05-02 15:20:51 +02:00
parent 5ccc5aa6c9
commit 69d4316bf9
3 changed files with 49 additions and 21 deletions

View File

@@ -16,7 +16,7 @@
</div>
<Loader v-if="loading" />
<div v-else class="flex flex-wrap -m-2 mt-2">
<div v-if="toDoLists.length < 1">No List Yet</div>
<div v-if="toDoLists.length < 1" class="font-bold p-2">No List Yet</div>
<router-link v-else
v-for="(toDoList, index) in toDoLists"
:key="index"