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