0.8.0
add: Individually error && loading assets
you can set loading and error placeholder of any images
data: {
imgObj: {
src: 'http://xx.com/logo.png',
error: 'http://xx.com/error.png',
loading: 'http://xx.com/loading-spin.svg'
}
}
<img v-lazy="imgObj" />