UNPKG

simple-frame-unit

Version:

基于vue2 研发的与simple-data后端配合使用的组件

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