export default [ { title: '下拉多项选择', screenshot: 'https://alifd.oss-cn-hangzhou.aliyuncs.com/fusion-cool/icons/icon-light/ic_light_select.png', schema: { componentName: 'Field.MultipleSelect', props: { label: '下拉多项选择', placeholder: '请选择', options: [ { value: '1', label: '选项1', }, { value: '2', label: '选项2', }, { value: '3', label: '选项3', }, ], }, }, }, ];