UNPKG

vuikit

Version:

A Vuejs component library based on UIkit

17 lines (13 loc) 196 B
/** * Vuikit 0.7.0 * (c) 2018 Miljan Aleksic * @license MIT */ export default { functional: true, render (h, { children }) { return h('li', { class: 'uk-nav-divider' }) } }