1
This commit is contained in:
parent
da0aa4aa75
commit
6df8c3bcc1
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user