UNPKG
@better-scroll/pull-up
Version:
latest (2.5.1)
next (2.0.0-beta.10)
2.5.1
2.5.0
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta.10
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.2
2.0.0-beta.1
2.0.0-alpha.20
2.0.0-alpha.19
2.0.0-alpha.18
2.0.0-alpha.16
2.0.0-alpha.15
2.0.0-alpha.14
2.0.0-alpha.13
2.0.0-alpha.12
2.0.0-alpha.11
2.0.0-alpha.10
2.0.0-alpha.9
2.0.0-alpha.7
2.0.0-alpha.5
2.0.0-alpha.4
pull up to load more data
github.com/ustbhuangyi/better-scroll
ustbhuangyi/better-scroll
@better-scroll/pull-up
/
README_zh-CN.md
16 lines
(11 loc)
•
262 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# @better-scroll/pull-up
为 BetterScroll 注入上拉加载的能力。
## 使用
```js import BScroll
from
'@better-scroll/core'
import Pullup
from
'@better-scroll/pull-up'
BScroll.
use
(Pullup)
const
bs
=
new
BScroll
(
'.wrapper'
, { pullUpLoad:
true
}) ```