[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
+8
View File
@@ -227,6 +227,10 @@ export default {
path: '/collapse',
title: 'Collapse 折叠面板'
},
{
path: '/count-down',
title: 'CountDown 倒计时'
},
{
path: '/divider',
title: 'Divider 分割线'
@@ -561,6 +565,10 @@ export default {
path: '/collapse',
title: 'Collapse'
},
{
path: '/count-down',
title: 'CountDown'
},
{
path: '/divider',
title: 'Divider'