export default [ { title: '锚点导航', screenshot: '', schema: { componentName: 'PisellAnchor', props: { options: [ { id: '1', name: '选项1' }, { id: '2', name: '选项2' }, { id: '3', name: '选项3' } ], tab: '1' } } } ];