From 1b16a4321dc206aa836835953eff171e9c65f6dd Mon Sep 17 00:00:00 2001 From: "mingyan.yu" Date: Tue, 28 May 2019 09:08:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20countdown=E7=BB=93=E6=9D=9F=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/statistic/index.en-US.md | 2 +- components/statistic/index.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 |