feat(CountDown): time can be string type

This commit is contained in:
陈嘉涵
2020-01-29 10:09:18 +08:00
parent ef70384cdb
commit 36ba412f70
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| time | Total time | *number* | - |
| time | Total time | *number \| string* | `0` |
| format | Time format | *string* | `HH:mm:ss` |
| auto-start | Whether to auto start count down | *boolean* | `true` |
| millisecond | Whether to enable millisecond render | *boolean* | `false` |