import { uuid } from '../_utils/utils'; export default [ { title: '导航菜单', screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/menu-1.jpg', schema: { componentName: 'AntdMenu', props: { mode: 'horizontal', theme: 'light', items: [ { key: 'item-' + uuid(), category: 'AntdMenu.Item', label: '菜单名' + uuid(), }, ], }, }, }, ];