UI updates

This commit is contained in:
N-Pex 2020-12-14 16:11:45 +01:00
parent 3dc1fa3567
commit 24b72cab1e
9 changed files with 193 additions and 58 deletions

View file

@ -27,6 +27,10 @@ export default {
computed: {
},
methods: {
showContextMenu() {
this.$emit("context-menu", this.event);
},
/**
* Get a display name given an event.
*/