murongg / vue3-lazyload

A Vue3.x image lazyload plugin
https://murongg.github.io/vue3-lazyload/
166 stars 19 forks source link

If some devices are not supported IntersectionObserver ,it will prompt to Error:Not support IntersectionObserver! #22

Closed Luffyying closed 2 years ago

murongg commented 2 years ago

lazyload depend on IntersectionObserver,see: https://developer.mozilla.org/zh-CN/docs/Web/API/IntersectionObserver

Luffyying commented 2 years ago

thanks, Is it compatible, like import 'intersection-observer' ?