wangdahoo / vue-scroller

Scroller Component for Vue.js
https://wangdahoo.github.io/vue-scroller/
1.79k stars 387 forks source link

Proper Method for Scrolling to Bottom? #235

Open oofaustoo opened 6 years ago

oofaustoo commented 6 years ago

Simple enough to scroll to top of the content:

myScroller.scrollTo(0, 0, 0)

What's the most efficient method to scroll to bottom?

mayqiyue commented 5 years ago

+1