UNPKG

vuikit

Version:

A Vuejs component library based on UIkit

16 lines (12 loc) 204 B
/** * Vuikit 0.7.0 * (c) 2018 Miljan Aleksic * @license MIT */ export default { functional: true, render: (h, { children }) => h('div', { class: 'uk-offcanvas-content' }, children) }