|
il y a 6 jours | |
---|---|---|
.. | ||
dist | il y a 6 jours | |
src | il y a 6 jours | |
LICENSE | il y a 6 jours | |
README.md | il y a 6 jours | |
README_zh-CN.md | il y a 6 jours | |
package.json | il y a 6 jours |
Movable area plugin.
import BScroll from '@better-scroll/core'
import Movable from '@better-scroll/movable'
BScroll.use(Movable)
const bs = new BScroll('.wrapper', {
movable: true
})