|
преди 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
})