Closed yabuking84 closed 4 years ago
Unfortunately the @vdropzone-removed-file
event only receives the file as an argument, error and xhr are not available - this is a limitation of the base dropzone library. You're also not able to pass through custom arguments.
Sorry I can't help more with that one
How do we access the parameters of events? Ex. vdropzone-removed-file(file, error, xhr)
In my component:
In my script (methods):
Is this correct? Also if I want to add a custom parameter how do still access the default parameters?
like: <vue2-dropzone @vdropzone-removed-file="vdz_removed(ile, error, xhr, custom_arg)"/>