|
hace 2 días | |
---|---|---|
.. | ||
dist | hace 2 días | |
src | hace 2 días | |
LICENSE | hace 2 días | |
README.md | hace 2 días | |
package.json | hace 2 días |
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
})