UNPKG

quasar-framework

Version:

Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase

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