Skip to content

lihuakkk/vue-scroller-extend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Scroller Extend

原作者

Vue Scroller

How to use

npm i vue-scroller-extend
import Vue from 'vue'
import VueScroller from 'vue-scroller-extend'
Vue.use(VueScroller)
<scroller :on-scroll="onscroll">
  <!-- content goes here -->
</scroller>

Add scroller vm instance methods:

  • getScrollMax :Object get max offset of scroller content

About

add onscroll function

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors