vue-dropzone
vue-dropzone copied to clipboard
How to reset vue-dropzone when in multiple modal instances
More of a help question than a issue in fairness.
I have a table with a set of CRUD actions, one being Edit. This displays a modal, and manually loads the files I have on my server for the item in question.
However, when I click on the next one, it continues to use the images from the first in the list. Am I amble to clear/reset the vue-dropzone instance when I close my modal?