forked from jd-opensource/nutui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 修正PullRefresh组件taro文档 (jd-opensource#2131)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# InfiniteLoading 滚动加载 | ||
# PullRefresh 下拉刷新 | ||
|
||
### 介绍 | ||
|
||
列表滚动到底部自动加载更多数据。 | ||
用于提供下拉刷新的交互操作。 | ||
|
||
#### 直接使用 Taro 现有 ScrollView 组件开发 [参考文档](https://docs.taro.zone/docs/components/viewContainer/scroll-view) | ||
|