hilongjw / vue-lazyload

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

feat: split lazy config & import on demand #453 #454

Closed sanfengliao closed 3 years ago

sanfengliao commented 3 years ago

453

Support on-demand import: when use on-demand import(such as only use lazy-component), It can use its own options without conflicting with v-lazy options