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

Commit 0097739

Browse files
committed
update
1 parent 19d9a8e commit 0097739

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2-
31
# Vue-Pull-To
42
A pull-down refresh and pull-up load more and infinite scroll of the vue.js component.
53

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

9088
const BOTTOM_DEFAULT_CONFIG = {
9189
pullText: '上拉加载',
@@ -96,7 +94,7 @@ const BOTTOM_DEFAULT_CONFIG = {
9694
loadedStayTime: 400,
9795
stayDistance: 50,
9896
triggerDistance: 70
99-
};
97+
}
10098
```
10199
### slots
102100
| 名称 | 说明 | scope |

0 commit comments

Comments
 (0)