feat: Empty component

This commit is contained in:
chenjiahan
2020-07-06 15:28:43 +08:00
parent 0e4b5a0f2f
commit aab12a4906
12 changed files with 679 additions and 15 deletions
+8 -8
View File
@@ -237,10 +237,10 @@ module.exports = {
// path: 'divider',
// title: 'Divider 分割线',
// },
// {
// path: 'empty',
// title: 'Empty 空状态',
// },
{
path: 'empty',
title: 'Empty 空状态',
},
// {
// path: 'image-preview',
// title: 'ImagePreview 图片预览',
@@ -571,10 +571,10 @@ module.exports = {
// path: 'divider',
// title: 'Divider',
// },
// {
// path: 'empty',
// title: 'Empty',
// },
{
path: 'empty',
title: 'Empty',
},
// {
// path: 'image-preview',
// title: 'ImagePreview',