liyongli hace 1 año
padre
commit
24ffb9f200
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/schedule/index.vue

+ 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">