UNPKG

efview-plus

Version:

A high quality Service UI components Library with Vue.js

12 lines (10 loc) 186 B
import { h } from 'vue'; export default { name: 'NumberRangeAppend', props: { render: Function }, render () { return this.render(h); } };