[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
@@ -122,10 +122,10 @@ export default {
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| time | 倒计时时长,单位毫秒 | `Number` | - | - |
| format | 时间格式,DD-日,HH-时,mm-分,ss-秒,SSS-毫秒 | `String` | `HH:mm:ss` | - |
| auto-start | 是否自动开始倒计时 | `Boolean` | `true` | - |
| millisecond | 是否开启毫秒级渲染 | `Boolean` | `false` | - |
| time | 倒计时时长,单位毫秒 | `number` | - | - |
| format | 时间格式,DD-日,HH-时,mm-分,ss-秒,SSS-毫秒 | `string` | `HH:mm:ss` | - |
| auto-start | 是否自动开始倒计时 | `boolean` | `true` | - |
| millisecond | 是否开启毫秒级渲染 | `boolean` | `false` | - |
### Events