UNPKG

dvant

Version:

A Vue.js 2.0 Mobile UI at dawnwin modified from Youzan

11 lines (10 loc) 142 B
export default { name: 'van-node', functional: true, props: { node: Array }, render(h, ctx) { return ctx.props.node; } };