[new feature] IndexBar: add highlight color (#3406)

This commit is contained in:
dongj0316
2019-05-30 15:54:22 +08:00
committed by neverland
parent 5f5de381e8
commit 37ed9bd9ba
3 changed files with 28 additions and 2 deletions
+1
View File
@@ -69,6 +69,7 @@ export default {
| index-list | 索引字符列表 | `Array` | `A-Z` | - |
| z-index | z-index 层级 | `Number` | `1` | - |
| sticky | 是否开启锚点自动吸顶 | `Boolean` | `true` | - |
| highlight-color | 索引字符高亮颜色 | `String` | - | - |
### IndexAnchor Props