vue.js – VueJS: Why parent components method unable to delete/destroy child’s child (`vue2-dropzone`) component entirely?
I am creating a slider in vuejs and am using vue2-dropzone plugin for file uploads where each slide (slide-template.vue) has a vue2-dropzone component. When app loads, image files are manually added in each vue2-dropzone (manuallyAddFile plugins API) queried from image API (hosted on heroku) The issue is when I delete the first slide, calling the … Read more