UNPKG

bin-ui

Version:

基于 vue2.6 / vue-cli3 的 UI 组件库

11 lines (10 loc) 157 B
export default { name: 'RenderCell', functional: true, props: { render: Function }, render: (h, ctx) => { return ctx.props.render(h) } }