add PullRefresh component (#117)

* add PullRefresh component

* PullRefresh: fix test case
This commit is contained in:
neverland
2017-09-06 22:24:24 -05:00
committed by Yao
parent 09bc3d947b
commit c4fd51e5d7
9 changed files with 477 additions and 11 deletions

View File

@@ -176,6 +176,10 @@ module.exports = {
"path": "/picker",
"title": "Picker 选择器"
},
{
"path": "/pull-refresh",
"title": "PullRefresh 下拉刷新"
},
{
"path": "/toast",
"title": "Toast 轻提示"