index.zh-CN.md 401 Bytes
Newer Older
sin's avatar
sin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
---
title: CountDown 
subtitle: 倒计时
cols: 1
order: 3
---

倒计时组件。

## API

| 参数      | 说明                                      | 类型         | 默认值 |
|----------|------------------------------------------|-------------|-------|
| format | 时间格式化显示 | Function(time) |  |
| target | 目标时间 | Date | - |
| onEnd |  倒计时结束回调 | funtion | -|