Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hilongjw/vue-lazyload
Browse files Browse the repository at this point in the history
  • Loading branch information
awe committed Mar 10, 2018
2 parents e8d35cf + 8852a15 commit f646e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ use `v-lazy-container` work with raw HTML
<div v-lazy-container="{ selector: 'img' }">
<img data-src="//domain.com/img1.jpg">
<img data-src="//domain.com/img2.jpg">
<img data-src="//domain.com/im3.jpg">
<img data-src="//domain.com/img3.jpg">
</div>
```

Expand Down

0 comments on commit f646e1b

Please sign in to comment.