Questions tagged [dropzone]

DropzoneJS is an open source library that provides drag'n'drop file uploads with image previews. It is lightweight, does not depend on any other library (like jQuery)

494 questions
3
votes
0 answers

How to attach onClick events to preview image in vue-dropzone-component

I have components dropzone on vue. Im install my template in settings. Then i want to set v-on:click(method) to preview image in dropzone, but event don`t works. How to set correctly click to element?