mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
66 lines
1.3 KiB
JavaScript
66 lines
1.3 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() {
|
|
},
|
|
})
|