<input type="file" name="" value="">
<button type="button" name="button">Add More Pictures</button>
I created a file uploader and a button next to it. What I want is, If I hit the "Add More Pictures" button another file uploader with another Add More Pictures button should be load below the button.
How can I do this using VueJS?