beginner vue.js, wants to cooperate with html to try to upload multiple images to preview. You can delete and limit the number of pictures to be uploaded. I hope you can implement the vue.js part under the guidance of Daniel
html Code:
< div class= "form-group" Vmurf = "image" >
<div class="col-sm-2 control-label"></div>
<div class="col-sm-10">
<!-- @change="onFileChange" -->
<img src="" alt="" style="max-height:200px;max-width:250px"/>
</div>
</div>
<div class="form-group">
<div class="col-sm-2 control-label"></div>
<div class="col-sm-10">
<!-- @change="onFileChange" -->
<input type="file" class="form-control" @change="onFileChange">
</div>
</div>