Fix export
This commit is contained in:
parent
b1d47748c8
commit
ac4af0a53d
9 changed files with 41 additions and 32 deletions
|
|
@ -107,6 +107,11 @@ export default {
|
|||
CreatePollDialog,
|
||||
ReadMarker
|
||||
},
|
||||
computed: {
|
||||
debugging() {
|
||||
return false; //(window.location.host || "").startsWith("localhost");
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
showDayMarkerBeforeEvent(event) {
|
||||
const idx = this.events.indexOf(event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue