docs: remove legacy version tag (#7876)

This commit is contained in:
neverland
2021-01-09 09:32:52 +08:00
committed by GitHub
parent 10c1858de0
commit bbfd17427a
36 changed files with 97 additions and 97 deletions

View File

@@ -104,7 +104,7 @@ Use slots to custom tips.
| success-text | Text to show when loading success | _string_ | - |
| success-duration | Success text display duration(ms) | _number \| string_ | `500` |
| animation-duration | Animation duration | _number \| string_ | `300` |
| head-height `v2.4.2` | Height of head | _number \| string_ | `50` |
| head-height | Height of head | _number \| string_ | `50` |
| disabled | Whether to disable pull refresh | _boolean_ | `false` |
### Events

View File

@@ -111,7 +111,7 @@ export default {
| success-text | 刷新成功提示文案 | _string_ | - |
| success-duration | 刷新成功提示展示时长(ms) | _number \| string_ | `500` |
| animation-duration | 动画时长 | _number \| string_ | `300` |
| head-height `v2.4.2` | 顶部内容高度 | _number \| string_ | `50` |
| head-height | 顶部内容高度 | _number \| string_ | `50` |
| disabled | 是否禁用下拉刷新 | _boolean_ | `false` |
### Events