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