Skip to content

Commit e5da9e6

Browse files
committed
docs(Fab): update api docs
1 parent a63bbf9 commit e5da9e6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/fab/README.en-US.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ y-bounds | Array | - | Typescript:`Array<string \| number>` | N
2020
name | params | description
2121
-- | -- | --
2222
click | `({e: Event})` | \-
23+
drag-end | `(e: TouchEvent)` | \-
24+
drag-start | `(e: TouchEvent)` | \-
2325

2426
### CSS Variables
2527

src/fab/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ y-bounds | Array | - | 设置垂直方向边界限制,示例:[48, 48] 或 ['
7474
名称 | 参数 | 描述
7575
-- | -- | --
7676
click | `({e: Event})` | 悬浮按钮点击事件
77+
drag-end | `(e: TouchEvent)` | 结束拖拽时触发
78+
drag-start | `(e: TouchEvent)` | 开始拖拽时触发
7779

7880
### CSS Variables
7981

0 commit comments

Comments
 (0)