Skip to content

Commit

Permalink
publish uni-countdown1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasttian committed May 10, 2021
1 parent 8babba6 commit 4801d7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/components/countdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ url : pages/vue/countdown/countdown
|second |Number |0 ||
|showDay |Boolean|true |是否显示天数 |
|showColon |Boolean|true |是否以冒号为分隔符 |
|start |Boolean|true |是否初始化组件后就开始倒计时|

### Countdown Events

Expand Down
2 changes: 2 additions & 0 deletions uni_modules/uni-countdown/changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
## 1.0.3(2021-05-08)
- 修复 uni-countdown 不能控制倒计时的 bug
## 1.0.2(2021-02-04)
- 调整为uni_modules目录规范
2 changes: 1 addition & 1 deletion uni_modules/uni-countdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-countdown",
"displayName": "uni-countdown 倒计时",
"version": "1.0.2",
"version": "1.0.3",
"description": "CountDown 倒计时组件",
"keywords": [
"uni-ui",
Expand Down
1 change: 1 addition & 0 deletions uni_modules/uni-countdown/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
|second |Number |0 ||
|showDay |Boolean|true |是否显示天数 |
|showColon |Boolean|true |是否以冒号为分隔符 |
|start |Boolean|true |是否初始化组件后就开始倒计时|

### Countdown Events

Expand Down

0 comments on commit 4801d7b

Please sign in to comment.