clean up
This commit is contained in:
parent
7882c9bbcc
commit
17ecb81f12
3 changed files with 2 additions and 2 deletions
|
|
@ -20,6 +20,7 @@
|
|||
clearable
|
||||
v-model.trim="search"
|
||||
label="Search products"
|
||||
@keydown.enter="searchProducts"
|
||||
hint="Enter search terms separated by spaces"
|
||||
>
|
||||
<template v-slot:after>
|
||||
|
|
@ -29,7 +30,6 @@
|
|||
icon="search"
|
||||
label="Search"
|
||||
@click="searchProducts"
|
||||
@keydown.enter="searchProducts"
|
||||
/>
|
||||
</template>
|
||||
</q-input>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue