Support reporting both rooms and individual events
This commit is contained in:
parent
a96e6b8b2d
commit
997c8332fb
8 changed files with 105 additions and 81 deletions
|
|
@ -58,5 +58,9 @@ export default {
|
|||
this.$emit("close");
|
||||
this.$emit("unpin", {event:this.event});
|
||||
},
|
||||
report() {
|
||||
this.$emit("close");
|
||||
this.$emit("report", {event:this.event});
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue