[Improvement] List: add check method (#1590)

This commit is contained in:
neverland
2018-08-05 17:57:05 +08:00
committed by GitHub
parent 428cb5059a
commit fe5aae7515
3 changed files with 21 additions and 5 deletions
+8
View File
@@ -64,3 +64,11 @@ export default {
| Event | Description | Arguments |
|-----------|-----------|-----------|
| load | Triggered when the distance between the scrollbar and the bottom is less than offset | - |
### Methods
Use ref to get list instance and call instance methods
| Name | Attribute | Return value | Description |
|-----------|-----------|-----------|-------------|
| check | - | - | Check scroll position |