Skip to content

Commit 1b16a43

Browse files
author
mingyan.yu
committed
feat: countdown结束事件名称
1 parent 200f920 commit 1b16a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/statistic/index.en-US.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
#### Statistic.Countdown Events
2828
| Events Name | Description | Arguments |
2929
| --- | --- | --- |
30-
| onFinish | Trigger when time's up | () => void | - |
30+
| finish | Trigger when time's up | () => void | - |

components/statistic/index.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
#### Statistic.Countdown事件
2727
| 事件名称 | 说明 | 回调参数 |
2828
| --- | --- | --- |
29-
| onFinish | 倒计时完成时触发 | () => void |
29+
| finish | 倒计时完成时触发 | () => void |

0 commit comments

Comments
 (0)