mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
123 lines
2.4 KiB
JavaScript
123 lines
2.4 KiB
JavaScript
export default {
|
|
base: {
|
|
title: '基础组件',
|
|
content: [
|
|
{
|
|
name: '内置样式',
|
|
path: '/pages/common/index'
|
|
},
|
|
{
|
|
name: 'Layout 布局',
|
|
path: '/pages/layout/index'
|
|
},
|
|
{
|
|
name: 'Badge 徽章',
|
|
path: '/pages/badge/index'
|
|
},
|
|
{
|
|
name: 'Button 按钮',
|
|
path: '/pages/button/index'
|
|
},
|
|
{
|
|
name: 'Cell 单元格',
|
|
path: '/pages/cell/index'
|
|
},
|
|
{
|
|
name: 'Icon 图标',
|
|
path: '/pages/icon/index'
|
|
},
|
|
{
|
|
name: 'Loading 加载',
|
|
path: '/pages/loading/index'
|
|
},
|
|
{
|
|
name: 'NoticeBar 通告栏',
|
|
path: '/pages/notice-bar/index'
|
|
},
|
|
{
|
|
name: 'Panel 面板',
|
|
path: '/pages/panel/index'
|
|
},
|
|
{
|
|
name: 'Popup 弹出层',
|
|
path: '/pages/popup/index'
|
|
},
|
|
{
|
|
name: 'Steps 步骤条',
|
|
path: '/pages/steps/index'
|
|
},
|
|
{
|
|
name: 'Tab 标签',
|
|
path: '/pages/tab/index'
|
|
},
|
|
{
|
|
name: 'Tag 标记',
|
|
path: '/pages/tag/index'
|
|
}
|
|
]
|
|
},
|
|
form: {
|
|
title: '表单',
|
|
content: [
|
|
{
|
|
name: 'Checkbox 复选框',
|
|
path: '/pages/checkbox/index'
|
|
},
|
|
{
|
|
name: 'Field 输入框',
|
|
path: '/pages/field/index'
|
|
},
|
|
{
|
|
name: 'Radio 单选框',
|
|
path: '/pages/radio/index'
|
|
},
|
|
{
|
|
name: 'Search 搜索',
|
|
path: '/pages/search/index'
|
|
},
|
|
{
|
|
name: 'Stepper 步进器',
|
|
path: '/pages/stepper/index'
|
|
},
|
|
{
|
|
name: 'Switch 开关',
|
|
path: '/pages/switch/index'
|
|
}
|
|
]
|
|
},
|
|
action: {
|
|
title: '操作反馈',
|
|
content: [
|
|
{
|
|
name: 'Actionsheet 上拉菜单',
|
|
path: '/pages/actionsheet/index'
|
|
},
|
|
{
|
|
name: 'Dialog 弹出框',
|
|
path: '/pages/dialog/index'
|
|
},
|
|
{
|
|
name: 'DatetimePicker 时间选择器',
|
|
path: '/pages/datetime/index'
|
|
},
|
|
{
|
|
name: 'Toast 轻提示',
|
|
path: '/pages/toast/index'
|
|
},
|
|
{
|
|
name: 'TopTips 顶部提示',
|
|
path: '/pages/toptips/index'
|
|
}
|
|
]
|
|
},
|
|
bussiness: {
|
|
title: '业务组件',
|
|
content: [
|
|
{
|
|
name: 'Card 卡片',
|
|
path: '/pages/card/index'
|
|
}
|
|
]
|
|
}
|
|
};
|