Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 562 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 562 Bytes

next-weapp-refresher

Refresher for weapp

install:

npm install -S afeiship/next-weapp-refresher --registry=https://registry.npm.taobao.org

apis:

api description
start 开始下拉刷新
stop 停止当前页面下拉刷新。

usage:

import NxWeappRefresher from 'next-weapp-refresher';

// promise:
NxWeappRefresher.start();
NxWeappRefresher.stop();

resources: