fix
This commit is contained in:
parent
3e2939f060
commit
dee3eb824a
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ onMounted(async () => {
|
||||||
v-model="filter"
|
v-model="filter"
|
||||||
label="ค้นหา"
|
label="ค้นหา"
|
||||||
style="max-width: 200px"
|
style="max-width: 200px"
|
||||||
@keydown.enter.pervent="onSearch"
|
@keydown.enter.prevent="onSearch"
|
||||||
>
|
>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
<q-icon name="search" />
|
<q-icon name="search" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue