docs: translate useCountDown (#8823)

This commit is contained in:
neverland
2021-06-07 20:54:43 +08:00
committed by GitHub
parent b3eec95bcd
commit bedf05bc58
4 changed files with 123 additions and 7 deletions
+2 -2
View File
@@ -130,7 +130,7 @@ export default {
| Attribute | Description | Type | Default |
| --- | --- | --- | --- |
| time | Total time | _number \| string_ | `0` |
| time | Total time, unit milliseconds | _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` |
@@ -160,7 +160,7 @@ export default {
| ------- | -------------- | -------------------------- |
| default | Custom Content | _currentTime: CurrentTime_ |
### TimeData Structure
### CurrentTime Structure
| Name | Description | Type |
| ------------ | ----------------------------- | -------- |