UNPKG

portal-vue

Version:

> A Portal Component for Vuejs, to render DOM outside of a component, anywhere in the document.

7 lines (6 loc) 97 B
module.exports = { render(h: any) { return h('div') }, props: ['name', 'id', 'tag'], }