2016-07-12 12:40
@@ -72,11 +72,11 @@ export default { |-----------|-----------|-----------|-------------|-------------| | active | Active step | `Number` | 0 | - | | icon | Action step icon | `String` | - | - | -| iconClass | Icon class | `String` | - | - | +| icon-class | Icon class | `String` | - | - | | title | Title | `String` | - | - | | description | Description | `String` | - | - | | direction | Direction | `String` | `horizontal` | `vertical` | -| activeColor | Active step color | `String` | `#06bf04` | - | +| active-color | Active step color | `String` | `#06bf04` | - | ### Steps Slot diff --git a/docs/markdown/en-US/submit-bar.md b/docs/markdown/en-US/submit-bar.md index e809bfa6e..31725ef0a 100644 --- a/docs/markdown/en-US/submit-bar.md +++ b/docs/markdown/en-US/submit-bar.md @@ -14,7 +14,7 @@ Vue.use(SubmitBar); ```html2016-07-12 12:40
@@ -75,11 +75,11 @@ export default { |-----------|-----------|-----------|-------------|-------------| | active | 当前步骤,起始值为0 | `Number` | - | - | | icon | 当前步骤的icon | `String` | - | - | -| iconClass | 当前步骤栏为icon添加的类 | `String` | - | - | +| icon-class | 当前步骤栏为icon添加的类 | `String` | - | - | | title | 当前步骤标题 | `String` | - | - | | description | 当前步骤描述 | `String` | - | - | | direction | 显示方向 | `String` | `horizontal` | `vertical` | -| activeColor | active状态颜色 | `String` | `#06bf04` | - | +| active-color | active状态颜色 | `String` | `#06bf04` | - | ### Steps Slot diff --git a/docs/markdown/zh-CN/submit-bar.md b/docs/markdown/zh-CN/submit-bar.md index 325622129..fdbba9730 100644 --- a/docs/markdown/zh-CN/submit-bar.md +++ b/docs/markdown/zh-CN/submit-bar.md @@ -14,7 +14,7 @@ Vue.use(SubmitBar); ```html