[Doc] detailed Array typing

This commit is contained in:
陈嘉涵
2019-07-11 20:44:51 +08:00
parent 019c75506a
commit 2c4adff307
34 changed files with 67 additions and 66 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| row | Row count | `number` | `0` |
| row-width | Row width, can be array | `number | string | Array` | `100%` |
| 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` |