'Losing javascript on laravel-vue when re render nested component
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
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
