|
@@ -1,6 +1,6 @@
|
|
|
## ActionSheet Props
|
|
## ActionSheet Props
|
|
|
|
|
|
|
|
-| 属性 | 类型 | 默认值 | 必传 | 说明 |
|
|
|
|
|
|
|
+| 名称 | 类型 | 默认值 | 必传 | 说明 |
|
|
|
| -------------- | ----------------------------- | --------------------------------- | ---- | ---------------------------------------------------------------------------- |
|
|
| -------------- | ----------------------------- | --------------------------------- | ---- | ---------------------------------------------------------------------------- |
|
|
|
| visible | `boolean` | false | N | 是否显示。 |
|
|
| visible | `boolean` | false | N | 是否显示。 |
|
|
|
| title | `string` | '' | N | 标题。 |
|
|
| title | `string` | '' | N | 标题。 |
|
|
@@ -22,7 +22,7 @@
|
|
|
|
|
|
|
|
## Action Props
|
|
## Action Props
|
|
|
|
|
|
|
|
-| 属性 | 类型 | 默认值 | 必传 | 说明 |
|
|
|
|
|
|
|
+| 名称 | 类型 | 默认值 | 必传 | 说明 |
|
|
|
| --------- | --------------------------------------------- | -------- | ---- | -------------- |
|
|
| --------- | --------------------------------------------- | -------- | ---- | -------------- |
|
|
|
| content | `string` | - | Y | 选项内容。 |
|
|
| content | `string` | - | Y | 选项内容。 |
|
|
|
| style | `normal` \| `theme` \| `danger` \| `disabled` | 'normal' | N | 选项样式。 |
|
|
| style | `normal` \| `theme` \| `danger` \| `disabled` | 'normal' | N | 选项样式。 |
|