File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ show-cancel | Boolean | true | \- | N
18
18
show-overlay | Boolean | true | \- | N
19
19
theme | String | list | options: list/grid | N
20
20
using-custom-navbar | Boolean | false | \- | N
21
- visible | Boolean | false | required | Y
22
- default-visible | Boolean | undefined | required。 uncontrolled property | Y
21
+ visible | Boolean | false | Show or hide | N
22
+ default-visible | Boolean | undefined | uncontrolled property | N
23
23
24
24
### ActionSheet Events
25
25
@@ -49,4 +49,4 @@ Name | Default Value | Description
49
49
--td-action-sheet-description-color | @font-gray-3 | -
50
50
--td-action-sheet-list-item-disabled-color | @font-gray-4 | -
51
51
--td-action-sheet-list-item-height | 112rpx | -
52
- --td-action-sheet-text-align | center | -
52
+ --td-action-sheet-text-align | center | -
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ show-cancel | Boolean | true | 是否显示取消按钮 | N
106
106
show-overlay | Boolean | true | 是否显示遮罩层 | N
107
107
theme | String | list | 展示类型,列表和表格形式展示。可选项:list/grid | N
108
108
using-custom-navbar | Boolean | false | 是否使用了自定义导航栏 | N
109
- visible | Boolean | false | 必需。 显示与隐藏 | Y
110
- default-visible | Boolean | undefined | 必需。 显示与隐藏。非受控属性 | Y
109
+ visible | Boolean | false | 显示与隐藏 | N
110
+ default-visible | Boolean | undefined | 显示与隐藏。非受控属性 | N
111
111
112
112
### ActionSheet Events
113
113
You can’t perform that action at this time.
0 commit comments