search cancel

This commit is contained in:
2023-09-16 19:12:02 +02:00
parent 9dea0b08a6
commit 092b7a9763
4 changed files with 12 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ const { sortedArray, headerProps } = useSort(computed(() => props.items
</div>
<div class="end">
<span>Filter: </span>
<input type="text" class="w-96" v-model="filter" >
<input type="search" class="w-96" v-model="filter" >
</div>
<div class="end">
<button class="flex" @click="$emit('relaodAll')"><ArrowPathIcon class="stroke-slate-100 sh-6 w-6 me-2" />Reload all</button>