UNPKG

efview

Version:

A high quality Service UI components Library with Vue.js

11 lines (10 loc) 195 B
export default { name: 'NumberRangeAppend', functional: true, props: { render: Function }, render: (h,ctx) => { return ctx.props.render(h); } };