-
Notifications
You must be signed in to change notification settings - Fork 100
fullCalendar is not working #214
Comments
Hmm, I'll look into it. |
Having the same problem here. Just installed the plugin following the doc but i got this error |
@SevymolSebastian Has it ever worked for you? |
I have just tested with my demo repo and it appears to be working for me, can you confirm which version of fullcalendar you are using? https://github.com/BrockReece/vue-fullcalendar-example |
I also had this error, I think version 3.10.2 of fullcalendar, which was released a few days ago, may have introduced some breaking changes. I fixed it by explicitly setting fullcalendar to version 3.10.1 in my package.json. |
@Sandalf thanks for this, I could update the dependencies to reflect this? |
I have released |
[Vue warn]: Error in mounted hook: "TypeError: cal.fullCalendar is not a function"
found in
---> at node_modules/vue-full-calendar/components/FullCalendar.vue
TypeError: cal.fullCalendar is not a function
version: 2.7.0
The text was updated successfully, but these errors were encountered: