美文网首页
VUE 通过id 滚动到指定位置

VUE 通过id 滚动到指定位置

作者: 旧时袋 | 来源:发表于2021-07-30 14:55 被阅读0次
    scrollTopAnimate(id){
        this.$nextTick(()=>{
            window.scrollTo({top:document.getElementById(id).offsetTop - 138, behavior: 'smooth'})
        })
    }
    

    相关文章

      网友评论

          本文标题:VUE 通过id 滚动到指定位置

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