[Doc] use ts-style type

This commit is contained in:
陈嘉涵
2019-07-11 20:35:41 +08:00
parent 32f19c5561
commit 019c75506a
120 changed files with 1288 additions and 1288 deletions
+4 -4
View File
@@ -112,10 +112,10 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|------|
| time | Total time | `Number` | - |
| format | Time formatDD-dayHH-hourmm-minutess-secondSSS-millisecond | `String` | `HH:mm:ss` |
| auto-start | Whether to auto start count down | `Boolean` | `true` |
| millisecond | Whether to enable millisecond render | `Boolean` | `false` |
| time | Total time | `number` | - |
| format | Time formatDD-dayHH-hourmm-minutess-secondSSS-millisecond | `string` | `HH:mm:ss` |
| auto-start | Whether to auto start count down | `boolean` | `true` |
| millisecond | Whether to enable millisecond render | `boolean` | `false` |
### Events