vue-sticky-scroll keeps an eye on your element and whenever content is added inside of it, it scrolls down so that the viewer can remain focused on the newest content!
Preview:
Download Details:
Author: heatherbooker
Live Demo: https://jsfiddle.net/heatherbooker/13uf74vh/
Download Link: https://github.com/heatherbooker/vue-sticky-scroll/archive/master.zip
Official Website: https://github.com/heatherbooker/vue-sticky-scroll
Install & Download:
// NPM
npm i --save vue-sticky-scroll
// ES5
var stickyScroll = require('vue-sticky-scroll');
// ES6
import 'vue-sticky-scroll';