fullcalendar / fullcalendar-vue

The official Vue 3 component for FullCalendar
https://fullcalendar.io/docs/vue
MIT License
1.41k stars 88 forks source link

The handleMoreLinkClick event can not work after pack code by webpack #151

Closed gouxiwen closed 3 years ago

gouxiwen commented 3 years ago

Bug Reports

hello! I came across such a problem, The handleMoreLinkClick event can not work correctly after pack code by webpack,only the first more link button can trigger, the other can not trigger, and if i change date, the all more link button can not work absolutely!

image

Version number: "@fullcalendar/daygrid": "^5.5.0", "@fullcalendar/interaction": "^5.5.0", "@fullcalendar/resource-timeline": "^5.5.0", "@fullcalendar/timegrid": "^5.5.1", "@fullcalendar/vue": "^5.5.0", "vue": "^2.6.12", "webpack": "^3.6.0", thank you!

gouxiwen commented 3 years ago

The latest version 5.6.0 doesn't work either

acerix commented 3 years ago

Would you be able to post a runnable, stripped-down demonstration of the bug or steps to reproduce the issue? Would really appreciate it because the time saved reproducing will be time spent fixing.