UNPKG

quasar-framework

Version:

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

13 lines (12 loc) 224 B
export default { name: 'q-tr', props: { props: Object }, render (h) { return h('tr', !this.props || this.props.header ? {} : { 'class': this.props.__trClass }, [ this.$slots.default ] ) } }