UNPKG

quasar-framework

Version:

Simultaneously build desktop/mobile SPA websites & phone/tablet apps with VueJS

13 lines (12 loc) 269 B
export default { name: 'q-stepper-navigation', render (h) { return h('div', { staticClass: 'q-stepper-nav order-last row no-wrap items-center' }, [ this.$slots.left, h('div', { staticClass: 'col' }), this.$slots.default ]) } }