Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stackjie committed Aug 13, 2017
1 parent 19d9a8e commit 0097739
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

# Vue-Pull-To
A pull-down refresh and pull-up load more and infinite scroll of the vue.js component.

Expand Down Expand Up @@ -85,7 +83,7 @@ const TOP_DEFAULT_CONFIG = {
loadedStayTime: 400, // 加载完后停留的时间ms
stayDistance: 50, // 触发刷新后停留的距离
triggerDistance: 70 // 下拉刷新触发的距离
};
}

const BOTTOM_DEFAULT_CONFIG = {
pullText: '上拉加载',
Expand All @@ -96,7 +94,7 @@ const BOTTOM_DEFAULT_CONFIG = {
loadedStayTime: 400,
stayDistance: 50,
triggerDistance: 70
};
}
```
### slots
| 名称 | 说明 | scope |
Expand Down

0 comments on commit 0097739

Please sign in to comment.