cleanup
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user