|
há 2 dias atrás | |
---|---|---|
.. | ||
dist | há 2 dias atrás | |
src | há 2 dias atrás | |
LICENSE | há 2 dias atrás | |
README.md | há 2 dias atrás | |
package.json | há 2 dias atrás |
nestedScroll is a plugin which helps you solve the trouble of nested Scroll
import BScroll from 'better-scroll'
import NestedScroll from '@better-scroll/nested-scroll'
BScroll.use(NestedScroll)
// parent bs
new BScroll('.outerWrapper', {
nestedScroll: true
})
// child bs
new BScroll('.innerWrapper', {
nestedScroll: true
})