UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

48 lines 858 B
export default { compLib: '@/components', compType: 4, isBusiObjContainer: false, isContainer: true, platform: 'pc', alias: 'BOFramerH5', type: 'BOFramerH5', label: '业务组件', props: { name: '业务组件', message: '提示文字', type: 'info', showIcon: true, visible: true, appBusiCompId: '' }, style: { margin: '0 0 12px 0' }, groupsName: '容器', todoProps: { name: { label: '名称', type: 'Input', groupsName: '基础', props: {} }, appBusiCompId: { label: 'xxx', type: 'Input', props: { dependProps: { noShow: true } } }, visible: { label: '是否显示', type: 'Switch', groupsName: '基础', props: { defaultValue: true } } }, icon: 'BOFramer' };