UI updates
This commit is contained in:
parent
3dc1fa3567
commit
24b72cab1e
9 changed files with 193 additions and 58 deletions
|
|
@ -27,6 +27,10 @@ export default {
|
|||
computed: {
|
||||
},
|
||||
methods: {
|
||||
showContextMenu() {
|
||||
this.$emit("context-menu", this.event);
|
||||
},
|
||||
|
||||
/**
|
||||
* Get a display name given an event.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue