|
пре 1 недеља | |
---|---|---|
.. | ||
dist | пре 1 недеља | |
src | пре 1 недеља | |
LICENSE | пре 1 недеља | |
README.md | пре 1 недеља | |
package.json | пре 1 недеља |
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
})