Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-10-09 17:55:10 +08:00
22 changed files with 125 additions and 95 deletions
+4 -3
View File
@@ -83,9 +83,10 @@ export default {
### IndexBar Events
| 事件名 | 说明 | 回调参数 |
| ------ | -------------- | --------------- |
| select | 选中字符时触发 | index: 索引字符 |
| 事件名 | 说明 | 回调参数 |
| ----------------- | ---------------------------- | ------------------------- |
| select | 点击索引栏的字符时触发 | _index: number \| string_ |
| change `v2.10.10` | 当前高亮的索引字符变化时触发 | _index: number \| string_ |
### IndexAnchor Slots