vue实现滚动条定位到最下面

vue实现滚动条定位到最下面,第1张

通过div ref获取div高度,使用 window.scrollTo(0,height)来进行定位 *** 作
   scrollToBottom: function () {
      const height= this.$refs.wjc.clientHeight
      window.scrollTo(0,height)
    },

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1320223.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-11
下一篇 2022-06-11

发表评论

登录后才能评论

评论列表(0条)

保存