mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
132 lines
2.2 KiB
JavaScript
132 lines
2.2 KiB
JavaScript
export default [
|
|
{
|
|
groupName: '基础组件',
|
|
list: [
|
|
{
|
|
path: '/col',
|
|
title: 'Layout 布局'
|
|
},
|
|
{
|
|
path: '/badge',
|
|
title: 'Badge 徽章'
|
|
},
|
|
{
|
|
path: '/button',
|
|
title: 'Button 按钮'
|
|
},
|
|
{
|
|
path: '/cell',
|
|
title: 'Cell 单元格'
|
|
},
|
|
{
|
|
path: '/icon',
|
|
title: 'Icon 图标'
|
|
},
|
|
{
|
|
path: '/loading',
|
|
title: 'Loading 加载'
|
|
},
|
|
{
|
|
path: '/nav-bar',
|
|
title: 'NavBar 导航栏'
|
|
},
|
|
{
|
|
path: '/notice-bar',
|
|
title: 'NoticeBar 通告栏'
|
|
},
|
|
{
|
|
path: '/panel',
|
|
title: 'Panel 面板'
|
|
},
|
|
{
|
|
path: '/popup',
|
|
title: 'Popup 弹出层'
|
|
},
|
|
{
|
|
path: '/progress',
|
|
title: 'Progress 进度条'
|
|
},
|
|
{
|
|
path: '/steps',
|
|
title: 'Steps 步骤条'
|
|
},
|
|
{
|
|
path: '/tag',
|
|
title: 'Tag 标记'
|
|
},
|
|
{
|
|
path: '/tabbar',
|
|
title: 'Tabbar 标签栏'
|
|
},
|
|
{
|
|
path: '/transition',
|
|
title: 'Transition 动画'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
groupName: '表单组件',
|
|
list: [
|
|
{
|
|
path: '/field',
|
|
title: 'Field 输入框'
|
|
},
|
|
{
|
|
path: '/search',
|
|
title: 'Search 搜索'
|
|
},
|
|
{
|
|
path: '/slider',
|
|
title: 'Slider 滑块'
|
|
},
|
|
{
|
|
path: '/stepper',
|
|
title: 'Stepper 步进器'
|
|
},
|
|
{
|
|
path: '/switch',
|
|
title: 'Switch 开关'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
groupName: '操作反馈',
|
|
list: [
|
|
{
|
|
path: '/actionsheet',
|
|
title: 'Actionsheet 上拉菜单'
|
|
},
|
|
{
|
|
path: '/toast',
|
|
title: 'Toast 轻提示'
|
|
},
|
|
{
|
|
path: '/notify',
|
|
title: 'Notify 消息通知'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
groupName: '高阶组件',
|
|
list: [
|
|
{
|
|
path: '/switch-cell',
|
|
title: 'SwitchCell 开关单元格'
|
|
},
|
|
{
|
|
path: '/tree-select',
|
|
title: 'TreeSelect 分类选择'
|
|
}
|
|
]
|
|
},
|
|
{
|
|
groupName: '业务组件',
|
|
list: [
|
|
{
|
|
path: '/card',
|
|
title: 'Card 卡片'
|
|
}
|
|
]
|
|
}
|
|
];
|