vue-overflow-scroll
Scroll automatically when the element is overflow.
support vue 2.0
live demo
Installation
NPM(recommended)
npm install vue-overflow-scroll -D
Get Started
// ES6 Vue
Directive v-overflow-scroll then can be used in your Component.
... ...
then when the div can scroll-y,then it can scroll to last child.
the scroll-to
can scroll to other child like this option: scroll-to="first-child"
、scroll-to="4"
if you want to scroll to the child dom by id, you can use scroll-to-id="child-dom-id"
...
if you wan to scroll to the child dom by class name, you can use scroll-to-class="child-dom-class-name"
...