项目作者: afeiship

项目描述 :
Refresher for weapp.
高级语言: JavaScript
项目地址: git://github.com/afeiship/next-weapp-refresher.git
创建时间: 2019-02-20T06:30:56Z
项目社区:https://github.com/afeiship/next-weapp-refresher

开源协议:MIT License

下载


next-weapp-refresher

Refresher for weapp

install:

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

apis:

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

usage:

  1. import NxWeappRefresher from 'next-weapp-refresher';
  2. // promise:
  3. NxWeappRefresher.start();
  4. NxWeappRefresher.stop();

resources: