get the images data through the interface in mounted and assign it to the file-list, in el-upload. Why is the picture not displayed?
<el-upload :action="cdn"
:file-list="images"
:before-upload="beforeUpload"
:on-preview="onPreview"
:on-remove="(file, fileList) => onRemove(fileList, "detail")"
:on-success="(response, file, fileList) => onSuccess(response, "detail")"
:data="{entity: "product"}"
list-type="picture-card" multiple>
<i class="el-icon-plus"></i>
</el-upload>