UNPKG

cloud-ui.vusion

Version:
10 lines (9 loc) 156 B
export default { name: 'u-table-cell', props: { row: Object, }, render(h) { return h('div', this.$slots.default); }, };