[new feature] List: add direction prop (#3223)

This commit is contained in:
neverland
2019-04-26 16:11:50 +08:00
committed by GitHub
parent 23792ce16f
commit 41bb38b913
3 changed files with 32 additions and 13 deletions
+1
View File
@@ -110,6 +110,7 @@ export default {
| finished-text | 加载完成后的提示文案 | `String` | - | 1.4.7 |
| error-text | 加载失败后的提示文案 | `String` | - | 1.5.3 |
| immediate-check | 是否在初始化时立即执行滚动位置检查 | `Boolean` | `true` | - |
| direction | 滚动触发加载的方向,可选值为`up` | `String` | `down` | 1.6.16 |
### Event