docs: add version tip in en docs (#4262)
This commit is contained in:
@@ -71,14 +71,14 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| name | Identifier of SwipeCell | `string | number` | - |
|
||||
| on-close | Callback function before close | `Function` | - |
|
||||
| disabled | Whether to disabled swipe | `boolean` | `false` |
|
||||
| left-width | Width of the left swipe area | `number` | `auto` |
|
||||
| right-width | Width of the right swipe area | `number` | `auto` |
|
||||
| stop-propagation | Whether to stop touchmove event propagation | `boolean` | `false` |
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| name | Identifier of SwipeCell | `string | number` | - | 2.0.4 |
|
||||
| on-close | Callback function before close | `Function` | - | - |
|
||||
| disabled | Whether to disabled swipe | `boolean` | `false` | - |
|
||||
| left-width | Width of the left swipe area | `number` | `auto` | - |
|
||||
| right-width | Width of the right swipe area | `number` | `auto` | - |
|
||||
| stop-propagation | Whether to stop touchmove event propagation | `boolean` | `false` | 2.1.0 |
|
||||
|
||||
### Slots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user