style: add label on upload file(cate,keyword)
This commit is contained in:
parent
de34b8a415
commit
ff9b22f735
1 changed files with 2 additions and 0 deletions
|
|
@ -191,6 +191,7 @@ const file = ref<File | undefined>()
|
||||||
<q-select
|
<q-select
|
||||||
outlined
|
outlined
|
||||||
:model-value="category"
|
:model-value="category"
|
||||||
|
label="กดปุ่มEnterเพื่อเพิ่ม"
|
||||||
use-input
|
use-input
|
||||||
use-chips
|
use-chips
|
||||||
multiple
|
multiple
|
||||||
|
|
@ -216,6 +217,7 @@ const file = ref<File | undefined>()
|
||||||
<div class="q-mt-md">
|
<div class="q-mt-md">
|
||||||
<q-select
|
<q-select
|
||||||
outlined
|
outlined
|
||||||
|
label="กดปุ่มEnterเพื่อเพิ่ม"
|
||||||
use-input
|
use-input
|
||||||
use-chips
|
use-chips
|
||||||
multiple
|
multiple
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue