docs(Stepper): fix disable-input typo (#5883)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user