docs: type highlight (#4264)

This commit is contained in:
neverland
2019-08-27 22:09:21 +08:00
committed by GitHub
parent a79750d00c
commit ecbdc2bede
129 changed files with 1493 additions and 1484 deletions
+9 -9
View File
@@ -55,12 +55,12 @@ export default {
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| row | Row count | `number` | `0` | - |
| row-width | Row width, can be array | `number | string | number[] | string []` | `100%` | - |
| title | Whether to show title placeholder | `boolean` | `false` | - |
| title-width | Title width | `number | string` | `40%` | - |
| avatar | Whether to show avatar placeholder | `boolean` | `false` | - |
| avatar-size | Size of avatar placeholder | `number | string` | `32px` | - |
| avatar-shape | Shape of avatar placeholdercan be set to `square` | `string` | `round` | - |
| loading | Whether to show skeletonpass `false` to show child component | `boolean` | `true` | - |
| animate | Whether to enable animation | `boolean` | `true` | - |
| row | Row count | *number* | `0` | - |
| row-width | Row width, can be array | *number \| string \| number[] \| string[]* | `100%` | - |
| title | Whether to show title placeholder | *boolean* | `false` | - |
| title-width | Title width | *string \| number* | `40%` | - |
| avatar | Whether to show avatar placeholder | *boolean* | `false` | - |
| avatar-size | Size of avatar placeholder | *string \| number* | `32px` | - |
| avatar-shape | Shape of avatar placeholdercan be set to `square` | *string* | `round` | - |
| loading | Whether to show skeletonpass `false` to show child component | *boolean* | `true` | - |
| animate | Whether to enable animation | *boolean* | `true` | - |