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
|
||||
outlined
|
||||
:model-value="category"
|
||||
label="กดปุ่มEnterเพื่อเพิ่ม"
|
||||
use-input
|
||||
use-chips
|
||||
multiple
|
||||
|
|
@ -216,6 +217,7 @@ const file = ref<File | undefined>()
|
|||
<div class="q-mt-md">
|
||||
<q-select
|
||||
outlined
|
||||
label="กดปุ่มEnterเพื่อเพิ่ม"
|
||||
use-input
|
||||
use-chips
|
||||
multiple
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue