error with computed function (Calendar)
3 years ago.
Hello,
When I launch my application I have a error with my computed function :
calendar() {
return this.$refs.calendar.control;
}
Error : Cannot read properties of undefined (reading 'control')
In my vuejs :
<DayPilotCalendar id="dp" :config="config" ref="calendar" />
I think that my events are not showing because of this so I'm stuck and I don't manage to find a solution.
Thanks in advance
DayPilot