feat: add Empty component (#6010)
This commit is contained in:
@@ -232,6 +232,10 @@ module.exports = {
|
||||
path: 'divider',
|
||||
title: 'Divider 分割线',
|
||||
},
|
||||
{
|
||||
path: 'empty',
|
||||
title: 'Empty 空状态',
|
||||
},
|
||||
{
|
||||
path: 'image-preview',
|
||||
title: 'ImagePreview 图片预览',
|
||||
@@ -575,6 +579,10 @@ module.exports = {
|
||||
path: 'divider',
|
||||
title: 'Divider',
|
||||
},
|
||||
{
|
||||
path: 'empty',
|
||||
title: 'Empty',
|
||||
},
|
||||
{
|
||||
path: 'image-preview',
|
||||
title: 'ImagePreview',
|
||||
|
||||
Reference in New Issue
Block a user