Skip to content

Commit 4801d7b

Browse files
committed
publish uni-countdown1.0.3
1 parent 8babba6 commit 4801d7b

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

docs/components/countdown.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ url : pages/vue/countdown/countdown
4545
|second |Number |0 ||
4646
|showDay |Boolean|true |是否显示天数 |
4747
|showColon |Boolean|true |是否以冒号为分隔符 |
48+
|start |Boolean|true |是否初始化组件后就开始倒计时|
4849

4950
### Countdown Events
5051

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
## 1.0.3(2021-05-08)
2+
- 修复 uni-countdown 不能控制倒计时的 bug
13
## 1.0.2(2021-02-04)
24
- 调整为uni_modules目录规范

uni_modules/uni-countdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "uni-countdown",
33
"displayName": "uni-countdown 倒计时",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "CountDown 倒计时组件",
66
"keywords": [
77
"uni-ui",

uni_modules/uni-countdown/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
|second |Number |0 ||
4444
|showDay |Boolean|true |是否显示天数 |
4545
|showColon |Boolean|true |是否以冒号为分隔符 |
46+
|start |Boolean|true |是否初始化组件后就开始倒计时|
4647

4748
### Countdown Events
4849

0 commit comments

Comments
 (0)