Vue Lazyload Versions Save

A Vue.js plugin for lazyload your Image or Component in your application.

1.0.0-rc12

7 years ago

add:

1.0.0-rc9

7 years ago

add event for touch devices @RobinCK add image load performance output

fix document undefined for SSR @rdunk

1.0.0-rc7

7 years ago

fix: window is not defined in SSR @imcvampire add: srcset support

1.0.0-rc6

7 years ago

fix: issue#89 add: lazyload component (beta)

1.0.0-rc4

7 years ago

new listener instance fix: rerender image when binding value update

0.9.5

7 years ago

add: image src filter fix: issue#72

0.9.4

7 years ago

add: Customise Events to Listen To @darrynten fix: issue#65: v-lazy:background-image conflict with :style @thkdog

0.9.2

7 years ago

0.8.0

7 years ago

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

0.7.5

7 years ago

version 0.7.5