1
This commit is contained in:
parent
da0aa4aa75
commit
6df8c3bcc1
@ -409,7 +409,8 @@ const uploadedFile = {
|
||||
return {};
|
||||
},
|
||||
methods: {
|
||||
handleDelete() {
|
||||
handleDelete(e) {
|
||||
e.stopPropagation();
|
||||
this.$emit('delete', this.file);
|
||||
},
|
||||
async handleDownload() {
|
||||
|
Loading…
Reference in New Issue
Block a user