mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
66 lines
1.4 KiB
JavaScript
66 lines
1.4 KiB
JavaScript
Page({
|
|
data: {
|
|
list: [
|
|
{
|
|
name: 'Badge 徽章',
|
|
path: '/example/badge/index'
|
|
}, {
|
|
name: 'Button 按钮',
|
|
path: '/example/btn/index'
|
|
}, {
|
|
name: 'Card 卡片',
|
|
path: '/example/card/index'
|
|
}, {
|
|
name: 'Cell 单元格',
|
|
path: '/example/cell/index'
|
|
}, {
|
|
name: 'Dialog 弹出框',
|
|
path: '/example/dialog/index'
|
|
}, {
|
|
name: 'Form 表单',
|
|
path: '/example/form/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: 'Panel 面板',
|
|
path: '/example/panel/index'
|
|
}, {
|
|
name: 'Quantity 计数器',
|
|
path: '/example/quantity/index'
|
|
}, {
|
|
name: 'Steps 步骤条',
|
|
path: '/example/steps/index'
|
|
}, {
|
|
name: 'Switch 开关',
|
|
path: '/example/switch/index'
|
|
}, {
|
|
name: 'Tab 标签',
|
|
path: '/example/tab/index'
|
|
}, {
|
|
name: 'Toast 轻提示',
|
|
path: '/example/toast/index'
|
|
}, {
|
|
name: 'Toptips 通告栏',
|
|
path: '/example/toptips/index'
|
|
}
|
|
]
|
|
},
|
|
|
|
onLoad: function () {
|
|
|
|
},
|
|
|
|
onShow: function() {
|
|
},
|
|
})
|