UNPKG

ship-view-ui-plus

Version:

A high quality UI components Library with Vue.js 3

12 lines (10 loc) 168 B
import { h } from 'vue'; export default { name: 'RenderCell', props: { render: Function }, render () { return this.render(h); } };