export default [ { title: '标签页选项', screenshot:require('../../assets/tabs.png'), schema: { componentName: 'AMTabs.Tab', props: { key: 'persion', title: '人类', children: { type: 'JSSlot', value: [ { componentName: 'AMDiv', props: { style: { height: '200px', }, children: '这是一群聪明的人类。', }, }, ], }, }, }, }, ];