richardtallent / vue-simple-calendar

Simple Vue component to show a month-grid calendar with events
MIT License
878 stars 159 forks source link

Object(...) is not a function #193

Closed alexsantm2019 closed 2 years ago

alexsantm2019 commented 2 years ago

Hi, I have installed the calendar component in vue 2. I have followed the instructions in the repository, but when I refresh the page I have the following error:

Object(...) is not a function

Suddenly can you help me indicating what I should do to correct it?

Thanks a lot.

nivaldomcj commented 2 years ago

@alexsantm2019

Had the same issue. As is stated on README, in version 6 the component has migrated to Vue 3 so you should install a version < 6. I did it here in a project that I'm working on (that uses Vue 2) and it worked for me.

SmallTeddy commented 2 years ago

我遇到了相同的问题 image image image

richardtallent commented 2 years ago

yeah... uhm... I'm not going to be able to debug that comment.

@nivaldomcj is correct... we're Vue 3 all the way now! Only older versions support Vue 2, and I'm not able to maintain or provide support for the old versions.