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
+1 -1
View File
@@ -39,7 +39,7 @@ export default {
### 毫秒级渲染
倒计时默认每秒渲染一次,设置 millisecond 属性可以开启毫秒级渲染。
倒计时默认每秒渲染一次,设置 millisecond 选项可以开启毫秒级渲染。
```js
import { useCountDown } from '@vant/use';