[new feature] add divider component (#3755)

This commit is contained in:
neverland
2019-07-04 20:51:43 +08:00
committed by GitHub
parent 6d67f4572c
commit aac691b7eb
12 changed files with 380 additions and 0 deletions

View File

@@ -223,6 +223,10 @@ export default {
path: '/collapse',
title: 'Collapse 折叠面板'
},
{
path: '/divider',
title: 'Divider 分割线'
},
{
path: '/image-preview',
title: 'ImagePreview 图片预览'
@@ -549,6 +553,10 @@ export default {
path: '/collapse',
title: 'Collapse'
},
{
path: '/divider',
title: 'Divider'
},
{
path: '/image-preview',
title: 'ImagePreview'