ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
666 stars 166 forks source link

swiping(right to left) is not working when there are two slides #216

Closed youjin-10 closed 1 year ago

youjin-10 commented 1 year ago

When there are only two slide items and I try to swipe them right to left, the value of translateX becomes zero(0px) and it makes swiping works weird I think it happens because 'next slide' and 'prev slide' is same when there are two slides... Please correct this bug.

ismail9k commented 1 year ago

Please provide me with the full carousel example and configs, and what version you are using.

youjin-10 commented 1 year ago

version: 0.1.46 I haven't changed any configs since I installed this library..

code:

스크린샷 2022-08-17 오후 3 32 29