shaogen1995 1 năm trước cách đây
mục cha
commit
1d516ad9fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
   }