This commit is contained in:
2023-09-15 19:29:22 +02:00
parent d4ded694d6
commit c889a813f3

View File

@@ -62,7 +62,7 @@ onMounted(async () => {
<input type="text" class="w-96" v-model="item" @keyup.enter="addItem" /> <input type="text" class="w-96" v-model="item" @keyup.enter="addItem" />
<button class="justify-self-end ms-2" @click="addItem">Add</button> <button class="justify-self-end ms-2" @click="addItem">Add</button>
</div> </div>
<button class="justify-self-end flex" @click="reloadAll"><ArrowPathIcon class="h-6 w-6 me-2" />Reload all</button> <button class="justify-self-end flex" @click="reloadAll"><ArrowPathIcon class="h-6 w-6 me-2" />Reload all</button>
</div> </div>
<template v-if="result.length > 0"> <template v-if="result.length > 0">
<hr /> <hr />