1.1.0 • Published 3 years ago

@depeng9527/visible v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@kvue/virtual

install

npm install @depeng9527/virtual

import

import Vue from 'vue'
import KObserveVisibility from '@depeng9527/virtual'

Vue.use(KObserveVisibility)

Usage

<div v-observe="{
  callback: visibilityChanged,
  intersection: {
    root: ...,
    rootMargin: ...,
    throttle: 300,	
    once: false,
    threshold: 0
  },
}">
  
  
  visibilityChanged (isVisible, entry) {
  this.isVisible = isVisible
  console.log(entry)
  },
1.1.0

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago