UNPKG

166 BJavaScriptView Raw
1export default {
2 name: 'FcRow',
3 render(_, ctx) {
4 return ctx.vNode.col({props: {span: 24}}, [
5 ctx.vNode.row(ctx.prop, _)
6 ])
7 }
8}
\No newline at end of file