[new feature] add CountDown component (#3805)

This commit is contained in:
neverland
2019-07-10 20:20:59 +08:00
committed by GitHub
parent 577194b16d
commit 9fcc9086f7
16 changed files with 688 additions and 4 deletions

View File

@@ -179,7 +179,7 @@ export default {
### Checkbox Slots
| 名称 | 说明 | slot-scope |
| 名称 | 说明 | slot-scope 参数 |
|------|------|------|
| default | 自定义文本 | - |
| icon | 自定义图标 | checked: 是否为选中状态 |