feat: migrate CountDown component

This commit is contained in:
chenjiahan
2020-07-12 15:14:07 +08:00
parent 94ae79d953
commit e111fd4208
9 changed files with 978 additions and 8 deletions
+8 -8
View File
@@ -229,10 +229,10 @@ module.exports = {
// path: 'collapse',
// title: 'Collapse 折叠面板',
// },
// {
// path: 'count-down',
// title: 'CountDown 倒计时',
// },
{
path: 'count-down',
title: 'CountDown 倒计时',
},
{
path: 'divider',
title: 'Divider 分割线',
@@ -563,10 +563,10 @@ module.exports = {
// path: 'collapse',
// title: 'Collapse',
// },
// {
// path: 'count-down',
// title: 'CountDown',
// },
{
path: 'count-down',
title: 'CountDown',
},
{
path: 'divider',
title: 'Divider',