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