docs: update version tag

This commit is contained in:
陈嘉涵
2020-01-10 21:06:05 +08:00
parent 6555af4f76
commit e16239e426
124 changed files with 1974 additions and 1974 deletions
+8 -8
View File
@@ -71,14 +71,14 @@ export default {
### Props
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| name | Identifier of SwipeCell | *string \| number* | - | 2.0.4 |
| before-close | Callback function before close | *Function* | - | 2.3.0 |
| 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 |
| Attribute | Description | Type | Default |
|------|------|------|------|
| name `v2.0.4` | Identifier of SwipeCell | *string \| number* | - |
| before-close `v2.3.0` | 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 `v2.1.0` | Whether to stop touchmove event propagation | *boolean* | `false` |
### Slots
+8 -8
View File
@@ -77,14 +77,14 @@ export default {
### Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| name | 标识符,可以在事件参数中获取到 | *string \| number* | - | 2.0.4 |
| before-close | 关闭前的回调函数 | *Function* | - | 2.3.0 |
| disabled | 是否禁用滑动 | *boolean* | `false` | - |
| left-width | 指定左侧滑动区域宽度 | *number* | `auto` | - |
| right-width | 指定右侧滑动区域宽度 | *number* | `auto` | - |
| stop-propagation | 是否阻止滑动事件冒泡 | *boolean* | `false` | 2.1.0 |
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| name `v2.0.4` | 标识符,可以在事件参数中获取到 | *string \| number* | - |
| before-close `v2.3.0` | 关闭前的回调函数 | *Function* | - |
| disabled | 是否禁用滑动 | *boolean* | `false` |
| left-width | 指定左侧滑动区域宽度 | *number* | `auto` |
| right-width | 指定右侧滑动区域宽度 | *number* | `auto` |
| stop-propagation `v2.1.0` | 是否阻止滑动事件冒泡 | *boolean* | `false` |
### Slots