[Doc] update code style (#484)
This commit is contained in:
@@ -36,10 +36,10 @@ export default {
|
||||
```html
|
||||
<van-stepper
|
||||
v-model="value"
|
||||
min="5"
|
||||
max="40"
|
||||
step="2"
|
||||
defaultValue="9"
|
||||
:min="5"
|
||||
:max="40"
|
||||
:step="2"
|
||||
:default-value="9"
|
||||
/>
|
||||
```
|
||||
|
||||
@@ -49,10 +49,10 @@ export default {
|
||||
|-----------|-----------|-----------|-------------|-------------|
|
||||
| min | Min value | `String | Number` | `1` | - |
|
||||
| max | Max value | `String | Number` | - | - |
|
||||
| defaultValue | Default value | `String | Number` | `1` | - |
|
||||
| default-value | Default value | `String | Number` | `1` | - |
|
||||
| step | Value change step | `String | Number` | `1` | - |
|
||||
| disabled | Disable value change | `Boolean` | `false` | - |
|
||||
| disableInput | Disable input | `Boolean` | `false` | - |
|
||||
| disable-input | Disable input | `Boolean` | `false` | - |
|
||||
|
||||
### Event
|
||||
|
||||
|
||||
Reference in New Issue
Block a user