klren0312 / daliy_knowledge

知识积累,正确使用方式是watch
21 stars 4 forks source link

懒加载方案(带IE) #317

Open klren0312 opened 4 years ago

klren0312 commented 4 years ago

https://web.dev/lazy-loading-images

除了IE的浏览器可以使用 Intersection Observer

IE可以使用 scroll, resize

klren0312 commented 4 years ago

https://github.com/hilongjw/vue-lazyload 兼容ie

klren0312 commented 4 years ago

https://github.com/xunleif2e/vue-lazy-component 不兼容ie