美文网首页
vue禁止页面滑动

vue禁止页面滑动

作者: web佳 | 来源:发表于2018-07-30 15:44 被阅读0次
     document.body.addEventListener('touchmove', function(e){
            e.preventDefault();
            e.stopPropagation();
        }, { passive: false });
    

    相关文章

      网友评论

          本文标题:vue禁止页面滑动

          本文链接:https://www.haomeiwen.com/subject/pyckpftx.html