Update dropzone.vue

pull/402/head
Vincent Barrier 10 months ago committed by GitHub
parent c804765638
commit f95f24de90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,7 @@
ref="input"
:multiple="multiple"
:accept="accept"
:capture="onlyUseCamera == true ? `camera` : false"
:capture="onlyWithCamera == true ? `camera` : false"
type="file"
class="hidden"
@change="onSelectFiles"
@ -72,7 +72,7 @@ export default {
required: false,
default: false
},
onlyUseCamera: {
onlyWithCamera: {
type: Boolean,
required: false,
default: false

Loading…
Cancel
Save