UNPKG

ivue-material

Version:

A high quality UI components Library with Vue.js

10 lines 193 B
export default { name: 'Render', functional: true, props: { render: Function }, render: (h, ctx) => { return ctx.props.render(h); } }