mirror of
https://github.com/youzan/vant.git
synced 2026-01-19 06:04:05 +08:00
docs: update version tag
This commit is contained in:
@@ -96,17 +96,17 @@ Use slots to custom tips
|
||||
|
||||
### Props
|
||||
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| v-model | Loading status | *boolean* | - | - |
|
||||
| pulling-text | Text to show when pulling | *string* | `Pull to refresh...` | - |
|
||||
| loosing-text | Text to show when loosing | *string* | `Loose to refresh...` | - |
|
||||
| loading-text | Text to show when loading | *string* | `Loading...` | - |
|
||||
| success-text | Text to show when loading success | *string* | - | - |
|
||||
| success-duration | Success text display duration(ms) | *number* | `500` | - |
|
||||
| animation-duration | Animation duration | *number* | `300` | - |
|
||||
| head-height | Height of head | *number* | `50` | 2.4.2 |
|
||||
| disabled | Whether to disable pull refresh | *boolean* | `false` | - |
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| v-model | Loading status | *boolean* | - |
|
||||
| pulling-text | Text to show when pulling | *string* | `Pull to refresh...` |
|
||||
| loosing-text | Text to show when loosing | *string* | `Loose to refresh...` |
|
||||
| loading-text | Text to show when loading | *string* | `Loading...` |
|
||||
| success-text | Text to show when loading success | *string* | - |
|
||||
| success-duration | Success text display duration(ms) | *number* | `500` |
|
||||
| animation-duration | Animation duration | *number* | `300` |
|
||||
| head-height `v2.4.2` | Height of head | *number* | `50` |
|
||||
| disabled | Whether to disable pull refresh | *boolean* | `false` |
|
||||
|
||||
### Events
|
||||
|
||||
|
||||
@@ -99,17 +99,17 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|
||||
|------|------|------|------|------|
|
||||
| v-model | 是否处于加载中状态 | *boolean* | - | - |
|
||||
| pulling-text | 下拉过程提示文案 | *string* | `下拉即可刷新...` | - |
|
||||
| loosing-text | 释放过程提示文案 | *string* | `释放即可刷新...` | - |
|
||||
| loading-text | 加载过程提示文案 | *string* | `加载中...` | - |
|
||||
| success-text | 刷新成功提示文案 | *string* | - | - |
|
||||
| success-duration | 刷新成功提示展示时长(ms) | *number* | `500` | - |
|
||||
| animation-duration | 动画时长 | *number* | `300` | - |
|
||||
| head-height | 顶部内容高度 | *number* | `50` | 2.4.2 |
|
||||
| disabled | 是否禁用下拉刷新 | *boolean* | `false` | - |
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|------|------|------|------|
|
||||
| v-model | 是否处于加载中状态 | *boolean* | - |
|
||||
| pulling-text | 下拉过程提示文案 | *string* | `下拉即可刷新...` |
|
||||
| loosing-text | 释放过程提示文案 | *string* | `释放即可刷新...` |
|
||||
| loading-text | 加载过程提示文案 | *string* | `加载中...` |
|
||||
| success-text | 刷新成功提示文案 | *string* | - |
|
||||
| success-duration | 刷新成功提示展示时长(ms) | *number* | `500` |
|
||||
| animation-duration | 动画时长 | *number* | `300` |
|
||||
| head-height `v2.4.2` | 顶部内容高度 | *number* | `50` |
|
||||
| disabled | 是否禁用下拉刷新 | *boolean* | `false` |
|
||||
|
||||
### Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user