mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
remove unused methods
This commit is contained in:
parent
00e87f8c75
commit
9dba558bef
@ -83,8 +83,6 @@ export default {
|
|||||||
select: this.onDateSelect,
|
select: this.onDateSelect,
|
||||||
eventChange: this.onEventChange,
|
eventChange: this.onEventChange,
|
||||||
eventClick: this.onEventClick,
|
eventClick: this.onEventClick,
|
||||||
// eventMouseEnter: this.onEventMouseEnter,
|
|
||||||
// eventMouseLeave: this.onEventMouseLeave,
|
|
||||||
selectMirror: true,
|
selectMirror: true,
|
||||||
editable: true,
|
editable: true,
|
||||||
weekends: false,
|
weekends: false,
|
||||||
@ -153,12 +151,6 @@ export default {
|
|||||||
|
|
||||||
this.$store.dispatch('associateCalendarToRange', {range: payload.event});
|
this.$store.dispatch('associateCalendarToRange', {range: payload.event});
|
||||||
},
|
},
|
||||||
onEventMouseEnter(payload) {
|
|
||||||
payload.event.setProp('borderColor', '#444444');
|
|
||||||
},
|
|
||||||
onEventMouseLeave(payload) {
|
|
||||||
payload.event.setProp('borderColor', '#ffffff');
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user