fix: update doc

This commit is contained in:
niunai
2017-09-26 17:04:38 +08:00
parent 178656e0fb
commit 3e76881706
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ Vue.component(Stepper.name, Stepper);
| max | 最大值 | `String | Number` | - | - |
| defaultValue | 默认值 | `String | Number` | `1` | - |
| step | 步数 | `String | Number` | `1` | - |
| disabled | 是否禁用 | `Boolean` | `false` | - |
| disabled | 是否禁用 | `Boolean` | `false` | - |
| disableInput | 是否禁用input框 | `Boolean` | `false` | - |
### Event