diff --git a/app/components/Pp/PriceCard.vue b/app/components/Pp/PriceCard.vue index 7622f25..f1400ba 100755 --- a/app/components/Pp/PriceCard.vue +++ b/app/components/Pp/PriceCard.vue @@ -79,6 +79,7 @@ const { lengthX, direction, isSwiping } = useSwipe(top, { passive: true, threshold: 30, onSwipe() { + console.log(direction.value) if (['down', 'up'].includes(direction.value)) return left.value = `${-clamp(lengthX.value, -100, 100)}px` },