mirror of
https://github.com/youzan/vant.git
synced 2026-01-20 07:00:14 +08:00
docs: type highlight (#4264)
This commit is contained in:
@@ -48,15 +48,15 @@ export default {
|
||||
|
||||
| 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` | - |
|
||||
| disabled | Whether to disable pull refresh | `boolean` | `false` | - |
|
||||
| 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` | - |
|
||||
| disabled | Whether to disable pull refresh | *boolean* | `false` | - |
|
||||
|
||||
### Events
|
||||
|
||||
|
||||
Reference in New Issue
Block a user