Releases: hilongjw/vue-lazyload
Releases · hilongjw/vue-lazyload
Vue Lazyload 1.0.0-rc12
add:
- add lazyload component
- add image loaded event in cache
fix:
1.0.0-rc9
add event for touch devices @RobinCK
add image load performance output
fix document undefined for SSR @rdunk
1.0.0-rc7
fix: window is not defined in SSR @imcvampire
add: srcset support
1.0.0-rc6
fix: issue#89
add: lazyload component (beta)
1.0.0-rc4
new listener instance
fix: rerender image when binding value update
0.9.4
add: Customise Events to Listen To @darrynten
fix: issue#65: v-lazy:background-image
conflict with :style
@thkdog
0.9.2
fix: error symbol in docs
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'
}
}