SinhLong
Results
1
comments of
SinhLong
```@edit-image="uploadImageSuccess"``` and add setTimeout inside function ``` uploadImageSuccess(formData, index, fileList) { setTimeout(() => { this.image = fileList; }, 1000) }, ```