vue-scroller
vue-scroller copied to clipboard
Proper Method for Scrolling to Bottom?
Simple enough to scroll to top of the content:
myScroller.scrollTo(0, 0, 0)
What's the most efficient method to scroll to bottom?
+1