mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
fix: code style
This commit is contained in:
@@ -138,7 +138,7 @@ export default {
|
||||
|
||||
if (this.preventScroll) {
|
||||
document.addEventListener('touchstart', this.recordPosition, false);
|
||||
document.addEventListener('touchmove', this.watchTouchMove, false);
|
||||
document.addEventListener('touchmove', this.watchTouchMove, false);
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user