hilongjw / vue-lazyload

A Vue.js plugin for lazyload your Image or Component in your application.
http://hilongjw.github.io/vue-lazyload/
MIT License
7.98k stars 865 forks source link

Slots or components as placeholder for some lazy states #421

Open 1337huania opened 4 years ago

1337huania commented 4 years ago

Hey,

It would be nice to have slots or ability do define which component should be rendered on error or loading state not just images.

Images not always cool and css is not flexible enough.

Thanks!