UNPKG

v-md-editor

Version:

A markdown editor built on Vue

13 lines (11 loc) 199 B
import { h } from 'vue'; export default { name: 'Expand', props: { render: Function, hide: Function, }, render () { return this.render(h, { hide:this.hide }); } };