-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Statistic Component #802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Statistic Component #802
Conversation
Deploy preview for ant-desing-vue processing. Building with commit 1b16a43 https://app.netlify.com/sites/ant-desing-vue/deploys/5cec8a2095426900095345d0 |
Codecov Report
@@ Coverage Diff @@
## feat-1.4.0 #802 +/- ##
==============================================
+ Coverage 87.91% 87.93% +0.02%
==============================================
Files 150 155 +5
Lines 5237 5313 +76
Branches 1534 1553 +19
==============================================
+ Hits 4604 4672 +68
- Misses 587 595 +8
Partials 46 46
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## feat-1.4.0 #802 +/- ##
============================================
+ Coverage 87.91% 88% +0.08%
============================================
Files 150 155 +5
Lines 5237 5317 +80
Branches 1534 1554 +20
============================================
+ Hits 4604 4679 +75
- Misses 587 592 +5
Partials 46 46
Continue to review full report at Codecov.
|
components/statistic/index.en-US.md
Outdated
| Events Name | Description | Arguments | | ||
| --- | --- | --- | | ||
| onFinish | Trigger when time's up | () => void | - | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该是finish
components/statistic/index.zh-CN.md
Outdated
#### Statistic.Countdown事件 | ||
| 事件名称 | 说明 | 回调参数 | | ||
| --- | --- | --- | | ||
| onFinish | 倒计时完成时触发 | () => void | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同上
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is a ...
What's the background?
API Realization (Optional if not new feature)
What's the effect? (Optional if not new feature)
Changelog description (Optional if not new feature)
Self Check before Merge