nathanreyes / v-calendar

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

disable-page-swipe error in vue 3 [@next] #914

Open lukaszahorec opened 3 years ago

lukaszahorec commented 3 years ago

Hi, when I have setted up option disable-page-swipe on v-calendar, then when I want to change route on my app I got an warning and error from vue:

[Vue warn]: Unhandled error during execution of beforeUnmount hook Uncaught (in promise) TypeError: this.removeHandlers is not a function

Without disable-page-swipe option v-calendar works ok.

schmoove commented 3 years ago

Thank you for posting the solution! This was causing real problems for us.