[new feature] IndexBar: add z-index prop

This commit is contained in:
陈嘉涵
2019-05-16 15:20:24 +08:00
parent 7522712de7
commit caa4a65668
6 changed files with 9 additions and 3 deletions
+1
View File
@@ -67,6 +67,7 @@ export default {
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| index-list | 索引字符列表 | `Array` | `A-Z` | - |
| z-index | z-index 层级 | `Number` | `1` | - |
### IndexAnchor Props