1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

fix: file upload input not working

This commit is contained in:
2022-05-10 14:43:08 +02:00
parent e0f85f469f
commit 58611bf07f
4 changed files with 14 additions and 15 deletions

View File

@ -52,7 +52,7 @@
>
<BaseUploadInput
v-else-if="inputProps().type === 'file'"
:value="selectedValue"
:model-value="selectedValue"
:message="$t('word.browse')"
@clear="clearValue"
@change="filesChange($event)"