UNPKG

quasar-framework

Version:

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

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