基础用法APILazyload 懒加载 将 v-lazy 指令的值设置为你需要懒加载的图片。 <div v-for="img in imageList" v-lazy:background-image="img" />将需要懒加载的组件放在 lazy-component 标签中,即可实现组件懒加载。 <lazy-component>API