feat(Stepper): improve disable-input behavior

This commit is contained in:
陈嘉涵
2020-01-15 20:00:24 +08:00
parent 2f3ec6a3d4
commit 959eca136c
6 changed files with 34 additions and 6 deletions
+6
View File
@@ -51,6 +51,12 @@ export default {
<van-stepper v-model="value" disabled />
```
### Disable Input
```html
<van-stepper v-model="value" disabled-input />
```
### Decimal Length
```html