@@ -56,6 +56,7 @@ export default {
},
async handleChange(file) {
console.log("change", file);
+ this.fileList = [file];
if (!file?.raw) return;
file = file.raw;
async function blobToArray(blob) {