antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

dates with undefined #488

Closed phpiando closed 2 years ago

phpiando commented 2 years ago

I don't know why, but I'm using calendar in a "simple" way, and it returns dates as undefined..

Could anyone say why?

<vue-cal></vue-cal>

download

antoniandre commented 2 years ago

Please share a reproduction example to get help. Codepen or stackblitz. Thanks

phpiando commented 2 years ago

I found the problem.. I using the vue2 from cdn, but a problem with something in the version, I change to use for vue@legacy and the problem was solved..

I belive it's was just necessary the some talk.. hahah,

Thanks

alexsantm2019 commented 1 year ago

@over12 Can you tell me how to use vue@legacy? I have the same problem, I installed legacy version of vue-cal, but It did not work

antoniandre commented 1 year ago

You also need the latest legacy vue. Make sure you update it