docs: add teleport link (#9176)

This commit is contained in:
neverland
2021-08-04 10:14:57 +08:00
committed by GitHub
parent d6e5dcb813
commit 46cbdfa8ce
22 changed files with 32 additions and 62 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ export default {
| finish-icon `v3.0.7` | 已完成步骤对应的底部图标,优先级高于 `inactive-icon`,可选值见 [Icon 组件](#/zh-CN/icon) | _string_ | - |
| active-color | 当前步骤和已完成步骤的颜色 | _string_ | `#07c160` |
| inactive-color | 未激活步骤的颜色 | _string_ | `#969799` |
| icon-prefix `v3.0.15` | 图标类名前缀, Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props) | _string_ | `van-icon` |
| icon-prefix `v3.0.15` | 图标类名前缀,等同于 Icon 组件的 [class-prefix 属性](#/zh-CN/icon#props) | _string_ | `van-icon` |
### Step Slots