mirror of
https://github.com/youzan/vant.git
synced 2026-05-02 01:01:43 +08:00
[Doc] update changelog
This commit is contained in:
+10
-10
@@ -70,19 +70,19 @@ export default {
|
||||
|
||||
### Steps API
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|-----------|-----------|-----------|-------------|
|
||||
| active | 当前步骤 | `Number` | 0 |
|
||||
| title | 描述栏标题 | `String` | - |
|
||||
| description | 描述栏文字 | `String` | - |
|
||||
| icon | 描述栏图标 | `String` | - |
|
||||
| icon-class | 图标额外类名 | `String` | - |
|
||||
| direction | 显示方向,可选值为 `horizontal` `vertical` | `String` | `horizontal` |
|
||||
| active-color | 激活状态颜色 | `String` | `#06bf04` |
|
||||
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|
||||
|------|------|------|------|------|
|
||||
| active | 当前步骤 | `Number` | 0 | - |
|
||||
| title | 描述栏标题 | `String` | - | - |
|
||||
| description | 描述栏文字 | `String` | - | - |
|
||||
| icon | 描述栏图标 | `String` | - | - |
|
||||
| icon-class | 图标额外类名 | `String` | - | - |
|
||||
| direction | 显示方向,可选值为 `vertical` | `String` | `horizontal` | - |
|
||||
| active-color | 激活状态颜色 | `String` | `#06bf04` | - |
|
||||
|
||||
### Steps Slot
|
||||
|
||||
| Name | 说明 |
|
||||
|-----------|-----------|
|
||||
|------|------|
|
||||
| icon | 自定义icon区域 |
|
||||
| message-extra | 状态栏添加额外的元素 |
|
||||
|
||||
Reference in New Issue
Block a user