UNPKG

vuikit

Version:

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

11 lines (9 loc) 222 B
import { mergeData } from 'vuikit/src/util/vue' export default { functional: true, render: (h, { props, data, children }) => { return h('ul', mergeData(data, { class: 'uk-breadcrumb' }), children) } }