美文网首页
滚动到页面底部

滚动到页面底部

作者: 简单tao的简单 | 来源:发表于2024-03-11 17:44 被阅读0次
        scrollToEnd () {
          this.$nextTick(() => {
            this.$el.querySelector('.chat-scrollbar').scrollTo({
              top: this.$el.querySelector('.chat-scrollbar').scrollHeight,
              behavior: 'smooth'
            })
          })
        }
    

    相关文章

      网友评论

          本文标题:滚动到页面底部

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