Skip to content

0.8.0

Compare
Choose a tag to compare
@hilongjw hilongjw released this 14 Sep 08:10
· 259 commits to master since this release

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" />