File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
uni_modules/uni-countdown Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ ## 1.0.3(2021-05-08)
2+ - 修复 uni-countdown 不能控制倒计时的 bug
13## 1.0.2(2021-02-04)
24- 调整为uni_modules目录规范
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 4343| second | Number | 0 | 秒 |
4444| showDay | Boolean| true | 是否显示天数 |
4545| showColon | Boolean| true | 是否以冒号为分隔符 |
46+ | start | Boolean| true | 是否初始化组件后就开始倒计时|
4647
4748### Countdown Events
4849
You can’t perform that action at this time.
0 commit comments