fix: missing disable field
This commit is contained in:
parent
b100da112d
commit
dbfc1b238f
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ const file = ref<File | undefined>()
|
|||
dense
|
||||
outlined
|
||||
v-model="file"
|
||||
:disable="disableFields?.includes('file')"
|
||||
@update:model-value="(v) => $emit('filechange', v.name)"
|
||||
:label="
|
||||
mode === 'edit' && fileNameLabel && !file?.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue