[new feature] Tab: add scroll event (#1730)

This commit is contained in:
fenghou
2018-08-31 10:02:37 +08:00
committed by neverland
parent d293047164
commit d32f9a42f3
4 changed files with 14 additions and 1 deletions
+1
View File
@@ -171,3 +171,4 @@ export default {
| click | 点击标签时触发 | index:标签索引,title:标题 |
| change | 当前激活的标签改变时触发 | index:标签索引,title:标题 |
| disabled | 点击被禁用的标签时触发 | index:标签索引,title:标题 |
| scroll | 滚动时触发 | e:滚动参数 |