fix log
This commit is contained in:
parent
470e30be1f
commit
bde168c336
1 changed files with 4 additions and 1 deletions
|
|
@ -615,7 +615,10 @@ onMounted(async () => {
|
||||||
class="q-ml-sm"
|
class="q-ml-sm"
|
||||||
>
|
>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
<q-icon name="search" />
|
<q-icon
|
||||||
|
name="search"
|
||||||
|
v-if="inputSearch === '' || inputSearch === null"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
</q-input>
|
</q-input>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue