UNPKG

vuikit

Version:

A responsive Vue UI library for web site interfaces based on UIkit

14 lines (12 loc) 277 B
import { mergeData } from 'vuikit/src/util/vue' export default { functional: true, render (h, { children, data, props }) { return h('div', mergeData(data, { class: 'uk-modal uk-modal-full', style: { display: 'block' } }), children) } }