liyongli 1 жил өмнө
parent
commit
24ffb9f200

+ 1 - 1
src/view/schedule/index.vue

@@ -130,7 +130,7 @@ const touchend = e => {
 };
 
 const touchmove = e=> {
-    e.prevent.default();
+    e.preventDefault();
 }
 </script>
 <style lang="scss">