docs: add version tip in en docs (#4262)

This commit is contained in:
neverland
2019-08-27 19:56:30 +08:00
committed by GitHub
parent 8ee0bef715
commit 959efb0ce6
88 changed files with 865 additions and 864 deletions
+14 -14
View File
@@ -96,20 +96,20 @@ export default {
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| v-model | Current value | `string | number` | Min value |
| min | Min value | `string | number` | `1` |
| max | Max value | `string | number` | - |
| step | Value change step | `string | number` | `1` |
| integer | Whether to allow only integers | `boolean` | `false` |
| disabled | Disable value change | `boolean` | `false` |
| disable-input | Disable input | `boolean` | `false` |
| async-change | Whether to enable async change | `boolean` | `false` | - |
| input-width | Input width | `string | number` | `32px` |
| button-size | Button size | `string | number` | `28px` |
| show-plus | Whether to show plus button | `boolean` | `true` |
| show-minus | Whether to show minus button | `boolean` | `true` |
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| v-model | Current value | `string | number` | Min value | - |
| min | Min value | `string | number` | `1` | - |
| max | Max value | `string | number` | - | - |
| step | Value change step | `string | number` | `1` | - |
| integer | Whether to allow only integers | `boolean` | `false` | - |
| disabled | Disable value change | `boolean` | `false` | - |
| disable-input | Disable input | `boolean` | `false` | - |
| async-change | Whether to enable async change | `boolean` | `false` | - | - |
| input-width | Input width | `string | number` | `32px` | - |
| button-size | Button size | `string | number` | `28px` | 2.0.5 |
| show-plus | Whether to show plus button | `boolean` | `true` | 2.1.2 |
| show-minus | Whether to show minus button | `boolean` | `true` | 2.1.2 |
### Events