docs(Stepper): fix disable-input typo (#5883)

This commit is contained in:
neverland
2020-03-23 14:08:29 +08:00
committed by GitHub
parent e7fb46552c
commit a11a8e8f8c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export default {
### Disable Input
```html
<van-stepper v-model="value" disabled-input />
<van-stepper v-model="value" disable-input />
```
### Decimal Length