move options to v-upload

This commit is contained in:
Nitwel
2020-09-18 10:37:51 +02:00
committed by rijkvanzanten
parent 1abba79c9f
commit dae1a9ca51
5 changed files with 149 additions and 120 deletions

View File

@@ -3,7 +3,7 @@
<v-card>
<v-card-title>{{ $t('add_file') }}</v-card-title>
<v-card-text>
<v-upload :preset="preset" multiple @upload="close" />
<v-upload :preset="preset" multiple @upload="close" fromUrl />
</v-card-text>
<v-card-actions>
<v-button secondary @click="close">{{ $t('done') }}</v-button>