Intersection observer will not trigger.

1、需要在ready等渲染完成之后调用,不能使用attatch

2、在组件中使用应该注意:

创建并返回一个 IntersectionObserver 对象实例。在自定义组件或包含自定义组件的页面中,应使用 this.createIntersectionObserver([options]) 来代替。

你可能感兴趣的:(Intersection observer will not trigger.)