export default [ { title: '列表1号', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/avatar-1.jpg', schema: { componentName: 'PisellList01', props: { showSearch: true, showCategory: true, dataSource: [ { key: '1', title: '分类1', href: '#1', children: [{ id: 1, name: '产品1', price: 100, }] }, { key: '2', title: '分类2', href: '#2', children: [{ id: 2, name: '产品2', price: 100, }] } ] }, }, }, ];