forked from verdnatura/salix-front
refactor: modified button to prevent submit
This commit is contained in:
parent
c558636799
commit
d191d88e81
|
@ -152,7 +152,7 @@ onUnmounted(() => {
|
|||
v-if="showSearchBar"
|
||||
v-model="store.userParams.search"
|
||||
:placeholder="$t('globals.search')"
|
||||
@keydown.enter="reFetch"
|
||||
@keydown.enter.stop.prevent="reFetch"
|
||||
>
|
||||
<template #prepend>
|
||||
<QBtn color="primary" icon="search" dense flat @click="reFetch()" />
|
||||
|
|
Loading…
Reference in New Issue