UNPKG

ivew-comps2

Version:

ivew-comps2 公有云平台基础组件库本项目基于

11 lines (10 loc) 169 B
export default { name: "RenderCell", functional: true, props: { render: Function }, render: (h, ctx) => { return ctx.props.render(h); } };