UNPKG

@damisgarcia/v-infinite-scroll

Version:

`v-infinite-scroll` is a Vue 3 directive based on the Intersection Observer API. It provides a simple and performance-focused solution for loading new items in a `v-for` list as the user scrolls. By leveraging this directive, you can efficiently manage la

6 lines (4 loc) 190 B
import { Plugin } from '../node_modules/vue'; import { vInfiniteScroll } from './v-infinite-scroll'; declare const useInfiniteScroll: Plugin; export { useInfiniteScroll, vInfiniteScroll };