We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200f920 commit 1b16a43Copy full SHA for 1b16a43
components/statistic/index.en-US.md
@@ -27,4 +27,4 @@
27
#### Statistic.Countdown Events
28
| Events Name | Description | Arguments |
29
| --- | --- | --- |
30
-| onFinish | Trigger when time's up | () => void | - |
+| finish | Trigger when time's up | () => void | - |
components/statistic/index.zh-CN.md
@@ -26,4 +26,4 @@
26
#### Statistic.Countdown事件
| 事件名称 | 说明 | 回调参数 |
-| onFinish | 倒计时完成时触发 | () => void |
+| finish | 倒计时完成时触发 | () => void |
0 commit comments