projects/mesxc-lb #227
@ -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