1.0.5 • Published 8 years ago
buzzscroll v1.0.5
vue2.0
overflow-y: auto;
-webkit-overflow-scrolling: touch;
usage
npm i buzzscroll -D
import buzzScoller from 'buzzscroll'
components:{
buzzScroller
}
<buzz-scroller height="100px">
<div v-for="i in 100">math-{{i}}</div>
</buzz-scroller>