美文网首页
页面锚点滚动

页面锚点滚动

作者: Eternal丶星空 | 来源:发表于2019-01-24 13:58 被阅读20次
        roll(key) {
          if (process.client) {
            const rollArea = document.querySelector(`.louplus-${key}`)
            rollArea.scrollIntoView({
              block: 'end',
              behavior: 'smooth',
            })
          }
        },
    

    相关文章

      网友评论

          本文标题:页面锚点滚动

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