The issue requests an option to disable up and down swipe gestures in the vue carousel 3d component. Start by examining the component's event handling, likely in the main Vue file (e.g., Carousel3d.vue). Look for touch or swipe event listeners (touchstart, touchmove, touchend). Implement a new prop, e.g., `disableVerticalSwipe`, and conditionally prevent default or ignore vertical movements. Test locally with a simple example.
disable swipe up and down · Wlada/vue-carousel-3d#63 | Good First Issue