diff --git a/components/statistic/index.en-US.md b/components/statistic/index.en-US.md index 1c7b6acfc..bba20e111 100644 --- a/components/statistic/index.en-US.md +++ b/components/statistic/index.en-US.md @@ -27,4 +27,4 @@ #### Statistic.Countdown Events | Events Name | Description | Arguments | | --- | --- | --- | -| onFinish | Trigger when time's up | () => void | - | +| finish | Trigger when time's up | () => void | - | diff --git a/components/statistic/index.zh-CN.md b/components/statistic/index.zh-CN.md index 7bb6c2115..1e5bea6af 100644 --- a/components/statistic/index.zh-CN.md +++ b/components/statistic/index.zh-CN.md @@ -26,4 +26,4 @@ #### Statistic.Countdown事件 | 事件名称 | 说明 | 回调参数 | | --- | --- | --- | -| onFinish | 倒计时完成时触发 | () => void | +| finish | 倒计时完成时触发 | () => void |