UNPKG

vue-uiv

Version:

Bootstrap 3 components implemented by Vue 2.

20 lines (18 loc) 322 B
import {mergeData} from 'vue-functional-data-merge' export default { functional: true, render (h, {children, data}) { return h( 'div', mergeData(data, { class: { 'btn-toolbar': true }, attrs: { role: 'toolbar' } }), children ) } }