shaogen1995 hace 1 año
padre
commit
1d516ad9fe
Se han modificado 1 ficheros con 1 adiciones y 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
   }