fix .prevent
This commit is contained in:
parent
2c43a3ac58
commit
22f223178a
24 changed files with 24 additions and 24 deletions
|
|
@ -346,7 +346,7 @@ onMounted(async () => {
|
|||
outlined
|
||||
dense
|
||||
label="ค้นหา"
|
||||
@keydown.enter="getSerach()"
|
||||
@keydown.enter.prevent="getSerach()"
|
||||
style="width: 200px"
|
||||
>
|
||||
<template v-slot:append>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue