Vue-Lazyload
A Vue.js plugin for lazyload your Image or Component in your app
Vue module for lazyloading images in your applications. Some of goals of this project worth noting include being lightweight, powerful and easy to use, work on any image type, add loading class while image is loading. It supports both of Vue 1.0 and Vue 2.0. You can configure which events you want vue-lazyload by passing in an array of listener names. This is useful if you are having trouble with this plugin resetting itself to loading when you have certain animations and transitions taking...