remove: console.log
Removed useless console.log
This commit is contained in:
parent
70348d85ee
commit
4b22115159
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ const { lengthX, direction, isSwiping } = useSwipe(top, {
|
||||||
passive: true,
|
passive: true,
|
||||||
threshold: 30,
|
threshold: 30,
|
||||||
onSwipe() {
|
onSwipe() {
|
||||||
console.log(direction.value)
|
|
||||||
if (['down', 'up'].includes(direction.value)) return
|
if (['down', 'up'].includes(direction.value)) return
|
||||||
left.value = `${-clamp(lengthX.value, -100, 100)}px`
|
left.value = `${-clamp(lengthX.value, -100, 100)}px`
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue