Hello!
Is it possible to find any Dropzone Vue based example/documentation? I see it's included in every Vue demo theme, but I can't find any useful example in the code base how you suggest using it.
Thank you
Hi,
Unfortunately, right now there is no dropzone demo in vue, and the dependency which is included is a js version, which is not best practice to use in a vue. Soon we will replace this dependency with vue3-dropzone.
For now, you can check dropzone js examples in our HTML doc.
https://preview.keenthemes.com/metronic8/demo1/documentation/forms/dropzonejs.html
Or consider using the Element-plus file upload component.
https://element-plus.org/en-US/component/upload.html
Also check out Vue3-dropzone github repository.
https://github.com/Yaxian/vue3-dropzone
Regards,
Lauris Stepanovs,
Keenthemes Support Team