mirror of
https://github.com/youzan/vant.git
synced 2025-12-16 02:00:51 +08:00
[new feature] add divider component (#3755)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user