Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3c7b7e

Browse files
committed
fix: 文档优化
1 parent a1aefb0 commit b3c7b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/component/actionSheet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ actionsheet 弹出式菜单
1717
| [options.title] | <code>string</code> | actionSheet的title,如果isAndroid=true,则不会显示 |
1818
| [options.className] | <code>string</code> | 自定义类名 |
1919
| [options.onClose] | <code>function</code> | actionSheet关闭后的回调 |
20+
| [options.onClickMask] | <code>function</code> | 点击actionSheet Mask的回调 |
2021

2122
**Example**
2223
```js

0 commit comments

Comments
 (0)