mirror of
https://github.com/youzan/vant.git
synced 2025-12-20 01:01:34 +08:00
[new feature] add Collapse component (#674)
This commit is contained in:
@@ -88,6 +88,10 @@ module.exports = {
|
||||
path: '/circle',
|
||||
title: 'Circle - 环形进度条'
|
||||
},
|
||||
{
|
||||
path: '/collapse',
|
||||
title: 'Collapse - 折叠面板'
|
||||
},
|
||||
{
|
||||
path: '/icon',
|
||||
title: 'Icon - 图标'
|
||||
@@ -374,6 +378,10 @@ module.exports = {
|
||||
path: '/circle',
|
||||
title: 'Circle'
|
||||
},
|
||||
{
|
||||
path: '/collapse',
|
||||
title: 'Collapse'
|
||||
},
|
||||
{
|
||||
path: '/icon',
|
||||
title: 'Icon'
|
||||
|
||||
Reference in New Issue
Block a user