-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
My template
<dropzone id="myVueDropzone"
ref="uploadRef"
:url="uploadUrl"
:useCustomDropzoneOptions="true"
:dropzoneOptions="dropzoneOptions"
@vdropzone-success-multiple="test"
></dropzone>
My Methods
test() {
alert("blaaa fertig")
},
The uploadMultiple prop is set to true on my dropzoneOptions object.
But nothing happens :( The @vdropzone-success="test" work, but i need to listen for all my files in the queue.
Metadata
Metadata
Assignees
Labels
No labels