feat: Divider component

This commit is contained in:
chenjiahan
2020-07-06 15:31:36 +08:00
parent aab12a4906
commit aa9fc7fe7c
8 changed files with 355 additions and 8 deletions

View File

@@ -233,10 +233,10 @@ module.exports = {
// path: 'count-down',
// title: 'CountDown 倒计时',
// },
// {
// path: 'divider',
// title: 'Divider 分割线',
// },
{
path: 'divider',
title: 'Divider 分割线',
},
{
path: 'empty',
title: 'Empty 空状态',
@@ -567,10 +567,10 @@ module.exports = {
// path: 'count-down',
// title: 'CountDown',
// },
// {
// path: 'divider',
// title: 'Divider',
// },
{
path: 'divider',
title: 'Divider',
},
{
path: 'empty',
title: 'Empty',