nathanreyes / v-calendar

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

@update:to-page not triggering event #1386

Open emilmakowski opened 12 months ago

emilmakowski commented 12 months ago

In Vue 3 with the @next branch it seems that the @update:to-page event worked fine in the [3.0.0-alpha.8] version. But when i updated v-calendar in our project today to the latest version of the @next branch with version [3.1.0] the event stopped from being triggered. When i pushed back to the [3.0.0-alpha.8] version it worked once again.

I have also updated the popper.js package to the latest version and only the v-calendar version change made it stop working and nothing else.