mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 16:36:49 +02:00
add folder upload with drag&drop (#147)
* add folder upload with drag&drop * remove semicolons * remove whitespaces and use arrow function
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<Upload v-if="can('upload')" v-show="dropZone == false" :files="files" :drop-zone="dropZone" />
|
||||
|
||||
<b-upload v-if="dropZone && ! isLoading" multiple drag-drop @input="files = $event">
|
||||
<b-upload v-if="dropZone && ! isLoading" multiple drag-drop>
|
||||
<b class="drop-info">{{ lang('Drop files to upload') }}</b>
|
||||
</b-upload>
|
||||
|
||||
|
Reference in New Issue
Block a user