|
3 روز پیش | |
---|---|---|
.. | ||
dist | 3 روز پیش | |
src | 3 روز پیش | |
LICENSE | 3 روز پیش | |
README.md | 3 روز پیش | |
package.json | 3 روز پیش |
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
})