kartoteket / vue-image-upload-resize

A simple vue-component for client-side image upload with resizing
MIT License
175 stars 54 forks source link

Get ID on method #54

Open dilovar-91 opened 3 years ago

dilovar-91 commented 3 years ago

Good day @svale. How to get ID on setImage function when using multiple uploader in one page? I want to use one function for all uploaders. Thank you.

adityaekawade commented 3 years ago

You can do @input="setImage($event, idx)" and pass an id to the setImage function.