feat(IndexBar): add teleport prop (#8820)

This commit is contained in:
neverland
2021-06-07 19:31:40 +08:00
committed by GitHub
parent b2a090344f
commit 026a1094c5
4 changed files with 35 additions and 9 deletions
+1
View File
@@ -80,6 +80,7 @@ export default {
| sticky | 是否开启锚点自动吸顶 | _boolean_ | `true` |
| sticky-offset-top | 锚点自动吸顶时与顶部的距离 | _number_ | `0` |
| highlight-color | 索引字符高亮颜色 | _string_ | `#ee0a24` |
| teleport `v3.0.19` | 指定索引栏挂载的节点 | _string \| Element_ | - |
### IndexAnchor Props