import { uuid } from '../_utils/utils'; export default [ { "title": "按钮组-编辑", "screenshot": "", "schema": { "componentName": "ButtonGroupEdit", "props": { buttonList: [{ children: `按钮${uuid()}`, id: uuid(), buttonProps:{ type:'default' } }, { children: `按钮${uuid()}`, id: uuid(), buttonProps:{ type:'default' } }, { children: `按钮${uuid()}`, id: uuid(), buttonProps:{ type:'default' } }, { children: `按钮${uuid()}`, id: uuid(), buttonProps:{ type:'default' } }, { children: `按钮${uuid()}`, id: uuid(), buttonProps:{ type:'default' } }, { children: `按钮${uuid()}`, id: uuid(), buttonProps:{ type:'default' } }, { children: `按钮${uuid()}`, id: uuid(), buttonProps:{ type:'default' } },], buttonGroupList: [ [{ id: uuid(), children: `测试按钮${uuid()}`, buttonProps:{ type:'default' } }, { id: uuid(), children: `测试按钮${uuid()}`, buttonProps:{ type:'default' } }, { id: uuid(), children: `测试按钮${uuid()}`, buttonProps:{ type:'default' } }], [ { id: uuid(), children: `测试按钮${uuid()}`, buttonProps:{ type:'default' } } ], [ { id: uuid(), children: `测试按钮${uuid()}`, buttonProps:{ type:'default' } }, { id: uuid(), children: `测试按钮${uuid()}`, buttonProps:{ type:'default' } } ] ] } } }]