dynamic-render.js 98 Bytes Edit Raw Blame History 1 2 3 4 5 6 export default { functional: true, render(h, context) { return context.props.render; } }