fix .prevent

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-05-23 11:47:17 +07:00
parent 409292b699
commit 1b42277dcb
70 changed files with 72 additions and 72 deletions

View file

@ -293,7 +293,7 @@ onMounted(async () => {
outlined
v-model="keyword"
placeholder="ค้นหา"
@keydown.enter="onSearchData"
@keydown.enter.prevent="onSearchData"
>
<template v-slot:append>
<q-icon name="search" />

View file

@ -329,7 +329,7 @@ onMounted(async () => {
outlined
v-model="keyword"
placeholder="ค้นหา"
@keydown.enter="onSearchData"
@keydown.enter.prevent="onSearchData"
>
<template v-slot:append>
<q-icon name="search" />