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.99k stars 867 forks source link

vue3考虑默认使用IntersectionObserver吗 #482

Closed chenyulun closed 2 years ago

chenyulun commented 2 years ago

IntersectionObserver APIintersection-observer-polyfill 兼容性还不错,这样的话破坏性改动比较大,代码会简洁很多,判断也更加准确吧 可由用户自主确定是否添加? intersection-observer-polyfill

image