[new feature] IndexBar: add select event

This commit is contained in:
陈嘉涵
2019-05-08 16:53:22 +08:00
parent f0e336cb4f
commit 1d658a9338
4 changed files with 28 additions and 4 deletions
+6
View File
@@ -72,6 +72,12 @@ export default {
|------|------|------|------|------|
| index | 索引字符 | `String | Number` | - | - |
### IndexBar Events
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| select | 选中字符时触发 | index: 索引字符 |
### IndexAnchor Slots
| 名称 | 说明 |