mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
84 lines
1.9 KiB
JavaScript
84 lines
1.9 KiB
JavaScript
export default {
|
|
base: {
|
|
title: '基础组件',
|
|
content: [
|
|
{
|
|
name: 'Badge 徽章',
|
|
path: '/example/badge/index'
|
|
}, {
|
|
name: 'Button 按钮',
|
|
path: '/example/btn/index'
|
|
}, {
|
|
name: 'Capsule 胶囊',
|
|
path: '/example/capsule/index'
|
|
}, {
|
|
name: 'Card 卡片',
|
|
path: '/example/card/index'
|
|
}, {
|
|
name: 'Cell 单元格',
|
|
path: '/example/cell/index'
|
|
}, {
|
|
name: 'Helper 基础样式',
|
|
path: '/example/helper/index'
|
|
}, {
|
|
name: 'Icon 图标',
|
|
path: '/example/icon/index'
|
|
}, {
|
|
name: 'Label 标签',
|
|
path: '/example/label/index'
|
|
}, {
|
|
name: 'Loadmore 加载',
|
|
path: '/example/loadmore/index'
|
|
}, {
|
|
name: 'Noticebar 通告栏',
|
|
path: '/example/noticebar/index'
|
|
}, {
|
|
name: 'Panel 面板',
|
|
path: '/example/panel/index'
|
|
}, {
|
|
name: 'Popup 弹出层',
|
|
path: '/example/popup/index'
|
|
}, {
|
|
name: 'Quantity 计数器',
|
|
path: '/example/quantity/index'
|
|
}, {
|
|
name: 'Select 选择',
|
|
path: '/example/select/index'
|
|
}, {
|
|
name: 'Steps 步骤条',
|
|
path: '/example/steps/index'
|
|
}, {
|
|
name: 'Switch 开关',
|
|
path: '/example/switch/index'
|
|
}, {
|
|
name: 'Tab 标签',
|
|
path: '/example/tab/index'
|
|
}
|
|
]
|
|
},
|
|
form: {
|
|
title: '表单',
|
|
content: [
|
|
{
|
|
name: 'Field 输入框',
|
|
path: '/example/field/index'
|
|
}
|
|
]
|
|
},
|
|
action: {
|
|
title: '操作反馈',
|
|
content: [
|
|
{
|
|
name: 'Dialog 弹出框',
|
|
path: '/example/dialog/index'
|
|
}, {
|
|
name: 'Toast 轻提示',
|
|
path: '/example/toast/index'
|
|
}, {
|
|
name: 'Toptips 顶部提示',
|
|
path: '/example/toptips/index'
|
|
}
|
|
]
|
|
}
|
|
};
|