Investigate the drag implementation in the vue carousel component, possibly in src/components/Carousel.vue. The issue reports that drag does not work when the loop prop is set to true, while navigation buttons work. Check the drag event handlers and how loop mode toggles drag behavior. Look for any existing PRs or comments on issue #443 for additional context.
Feature: Add drag support to infinite loop · SSENSE/vue-carousel#443 | Good First Issue