nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 840 forks source link

CDN example from the v3 documents not working (PopperCore error) #1466

Open flamoke opened 3 months ago

flamoke commented 3 months ago

I have followed the CDN example from the v3 documents but I got an error (Uncaught TypeError: a.a.mixin is not a function).

maxtrunk commented 2 months ago

That's because you did not installed the latest version.

"v-calendar": "3.1.2",
acc6535 commented 2 months ago

That's because you did not installed the latest version.

"v-calendar": "3.1.2",

Not solved the problem