The v-intersect
directive utilizes the Intersection Observer API. It provides an easy-to-use interface for detecting when elements are visible within the user's viewport. This is also used for the v-lazy component.
간단한 예재부터 복잡한 예제까지 아래를 참고해서 앱 개발을 시작해 보세요.
The v-intersect
directive accepts options. Available options can be found in the Intersection Observer API. Below is an example using the threshold
option.
While the Intersection Observer API is not available in IE11 by default, it can be implemented using a polyfill.
Caught a mistake or want to contribute to the documentation?
Edit Layout
on GitHub!