UNPKG

yyzone-bip

Version:

升级新的ui标准后的yyzone库

11 lines 228 B
export default { name: 'RenderCell', functional: true, props: { render: Function, params: Object }, render: (h, ctx) => { return ctx.props.render(h, ctx.props.params) } }