[new feature] add CountDown component (#3805)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user