zz 65c8a28f48 项目初始化 hace 2 semanas
..
dist 65c8a28f48 项目初始化 hace 2 semanas
src 65c8a28f48 项目初始化 hace 2 semanas
LICENSE 65c8a28f48 项目初始化 hace 2 semanas
README.md 65c8a28f48 项目初始化 hace 2 semanas
README_zh-CN.md 65c8a28f48 项目初始化 hace 2 semanas
package.json 65c8a28f48 项目初始化 hace 2 semanas

README.md

@better-scroll/pull-down

中文文档

The ability to inject a pull-down refresh for BetterScroll.

Usage

import BScroll from '@better-scroll/core'
import Pulldown from '@better-scroll/pull-down'
BScroll.use(Pulldown)

const bs = new BScroll('.wrapper', {
  pullDownRefresh: true
})