UNPKG

@58fe/p5

Version:

pc端vue组件

19 lines (18 loc) 312 B
export default { name: 'p5TableExpand', functional: true, props: { row: Object, render: Function, index: Number, column: Object }, render: (h, ctx) => { const params = { row: ctx.props.row, index: ctx.props.index, column: ctx.props.column }; return ctx.props.render(h, params); } };