I am trying to add a attachment dropzone component inside another component like this
Attachment Componet on loading and i have two button one to show this Attachment component and the other to hide it using this "renderComponent" value inside the v-if
on the loading the value of this renderComponent is true. so i can see the attachment dropzone and its works fine. But when i hide it and show it again the dropzone hanging and it seems that it losts their javascript functionality