Show search result by display on or off
This commit is contained in:
parent
a5096a5fb4
commit
5a1d41775b
|
|
@ -133,7 +133,7 @@ watch(querySearch, (value) => {
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
</fwb-input>
|
</fwb-input>
|
||||||
<fwb-list-group ref="querySearchDiv" class="absolute" :hidden="querySearchList">
|
<fwb-list-group ref="querySearchDiv" class="absolute" :class="(querySearchList) ? 'hidden' : ''">
|
||||||
<fwb-list-group-item class="px-0 flex flex-col">
|
<fwb-list-group-item class="px-0 flex flex-col">
|
||||||
|
|
||||||
<p>Naročniki:</p>
|
<p>Naročniki:</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user