docs(Cell...): fix default slot name (#2724)

fix #2722
This commit is contained in:
rex 2020-02-06 17:37:55 +08:00 committed by GitHub
parent 4de5a966d4
commit ce2a14803a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -146,7 +146,7 @@
| 名称 | 说明 |
|-----------|-----------|
| default | 自定义`value`显示内容,如果设置了`value`属性则不生效 |
| - | 自定义`value`显示内容,如果设置了`value`属性则不生效 |
| title | 自定义`title`显示内容,如果设置了`title`属性则不生效 |
| label | 自定义`label`显示内容,需要设置 `use-label-slot`属性 |
| icon | 自定义`icon`显示内容,如果设置了`icon`属性则不生效 |

View File

@ -102,4 +102,4 @@ Page({
| 名称 | 说明 |
| ------- | -------------- |
| default | 自定义文字内容,如果设置了`fill`,插槽内容会被原生组件覆盖 |
| - | 自定义文字内容,如果设置了`fill`,插槽内容会被原生组件覆盖 |

View File

@ -144,6 +144,6 @@
| 名称 | 说明 |
|-----------|-----------|
| default | 自定义宫格的所有内容,需要设置`use-slot`属性 |
| - | 自定义宫格的所有内容,需要设置`use-slot`属性 |
| icon | 自定义图标,如果设置了`use-slot`或者`icon`属性则不生效 |
| text | 自定义文字,如果设置了`use-slot`或者`text`属性则不生效 |

View File

@ -120,4 +120,4 @@ Page({
| 名称 | 说明 |
|------|------|
| default | 锚点位置显示内容,默认为索引字符 |
| - | 锚点位置显示内容,默认为索引字符 |

View File

@ -54,7 +54,7 @@
| 名称 | 说明 |
| --- | --- |
| default | 加载文案 |
| - | 加载文案 |
### 外部样式类