liyongli 1 rok temu
rodzic
commit
24ffb9f200
1 zmienionych plików z 1 dodań i 1 usunięć
  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">