UNPKG

vuikit

Version:

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

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