Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

fullCalendar is not working #214

Open
SevymolSebastian opened this issue May 29, 2020 · 7 comments
Open

fullCalendar is not working #214

SevymolSebastian opened this issue May 29, 2020 · 7 comments

Comments

@SevymolSebastian
Copy link

[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

@BrockReece
Copy link
Collaborator

Hmm, I'll look into it.

@BielHaard
Copy link

Having the same problem here. Just installed the plugin following the doc but i got this error

@BrockReece
Copy link
Collaborator

@SevymolSebastian Has it ever worked for you?

@BrockReece
Copy link
Collaborator

BrockReece commented May 31, 2020

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

@Sandalf
Copy link

Sandalf commented Jun 3, 2020

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.

@BrockReece
Copy link
Collaborator

@Sandalf thanks for this, I could update the dependencies to reflect this?

@BrockReece
Copy link
Collaborator

I have released vue-full-calendar@2.8.0 which explicitly sets fullcalendar v3.10.1 as the dependency.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants