This commit is contained in:
Melete 2024-03-04 10:53:04 +08:00
parent da0aa4aa75
commit 6df8c3bcc1

View File

@ -409,7 +409,8 @@ const uploadedFile = {
return {}; return {};
}, },
methods: { methods: {
handleDelete() { handleDelete(e) {
e.stopPropagation();
this.$emit('delete', this.file); this.$emit('delete', this.file);
}, },
async handleDownload() { async handleDownload() {