Many fixes n stuff
This commit is contained in:
@ -11,17 +11,26 @@
|
||||
>
|
||||
|
||||
<template v-slot:top>
|
||||
<q-toggle v-model="showDeleted"
|
||||
<div class="full-width">
|
||||
<q-toggle v-model="showDeleted"
|
||||
label="Voir items supprimés"
|
||||
class="q-mr-md"
|
||||
/>
|
||||
<q-input
|
||||
hide-underline
|
||||
color="secondary"
|
||||
v-model="search"
|
||||
class="col-6"
|
||||
@input="updateSearchUrl"
|
||||
/>
|
||||
class="q-mr-md float-right"
|
||||
/>
|
||||
<q-input
|
||||
borderless
|
||||
clearable
|
||||
icon="search"
|
||||
color="secondary"
|
||||
v-model="search"
|
||||
class="col-6"
|
||||
@input="updateSearchUrl"
|
||||
placeholder="Search"
|
||||
>
|
||||
<template v-slot:prepend>
|
||||
<q-icon name="search" color="secondary" />
|
||||
</template>
|
||||
</q-input>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template v-slot:body="props">
|
||||
|
||||
Reference in New Issue
Block a user