mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Doc] List: add explain of status change
This commit is contained in:
parent
f87dac1d61
commit
74124246f6
@ -102,6 +102,16 @@ export default {
|
||||
}
|
||||
```
|
||||
|
||||
### 状态变化
|
||||
|
||||
`List`有以下三种状态,理解这些状态有助于你正确地使用`List`组件:
|
||||
|
||||
- 非加载中,`loading`为`false`,此时会根据列表滚动位置判断是否触发`load`事件(列表内容不足一屏幕时,会直接触发)
|
||||
- 加载中,`loading`为`true`,表示正在发送异步请求,此时不会触发`load`事件
|
||||
- 加载完成,`finished`为`true`,此时不会触发`load`事件
|
||||
|
||||
在每次请求完毕后,需要手动将`loading`设置为`false`,表示加载结束
|
||||
|
||||
## API
|
||||
|
||||
### Props
|
||||
|
Loading…
x
Reference in New Issue
Block a user