UNPKG

quasar-framework

Version:

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

17 lines (16 loc) 265 B
export default { name: 'q-list-header', props: { inset: Boolean }, render (h) { return h('div', { staticClass: 'q-list-header', 'class': { 'q-list-header-inset': this.inset } }, [ this.$slots.default ]) } }