shaogen1995 hai 1 ano
pai
achega
1d516ad9fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/useFunctions/useSmoothSwipe.js

+ 1 - 1
src/useFunctions/useSmoothSwipe.js

@@ -164,7 +164,7 @@ export default function useSmoothSwipe({
     }
   }
 
-  function onTouchEnd(e) {
+  function onTouchEnd() {
     isOperating.value = false
   }