UNPKG

vue-lazyload-imgs

Version:

This Vue component vue-lazyload-imgs is used to implement lazy loading of images in Vue2 (Vue>=2.6.0) and Vue3 framework environments. The difference from some lazy loading image instructions is that this component can lazily load any number of images at

4 lines (3 loc) 161 B
import { ILazyOptions } from './types'; export declare const lazyOptionsObj: ILazyOptions; export declare const observerOptionsObj: IntersectionObserverInit;