docs: add version tip in en docs (#4262)
This commit is contained in:
+11
-11
@@ -53,14 +53,14 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| 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 placeholder,can be set to `square` | `string` | `round` |
|
||||
| loading | Whether to show skeleton,pass `false` to show child component | `boolean` | `true` |
|
||||
| animate | Whether to enable animation | `boolean` | `true` |
|
||||
| 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 placeholder,can be set to `square` | `string` | `round` | - |
|
||||
| loading | Whether to show skeleton,pass `false` to show child component | `boolean` | `true` | - |
|
||||
| animate | Whether to enable animation | `boolean` | `true` | - |
|
||||
|
||||
Reference in New Issue
Block a user