UNPKG

vue-ele-form-yd

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) } }