adhitirafr
Results
2
comments of
adhitirafr
@Dach0 did you find the solution? I tried to outsmarting this problem by trying to add the images in the uploadImageSuccess() method with push() method. ` ... uploadImageSuccess(formData, index, fileList)...
this is the temporary solution. In the uploadImageSuccess(), put the fileList data manually into the image variable, ``` ... uploadImageSuccess(formData, index, fileList) { this.images = fileList } ... ``` If...