UNPKG

colipu-ele-table-editor

Version:

基于element-ui的表格编辑组件

13 lines (12 loc) 225 B
// 用于处理插槽 export default { name: 'ExtendSlot', functional: true, props: { render: Function, data: Object }, render: (h, ctx) => { return ctx.props.render(h, ctx.props.data) } }