export default { functional: true, props: { row: Object, render: Function }, render(h, ctx) { return ctx.props.render(h, ctx.props.row) } }