UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

9 lines (8 loc) 241 B
export default function (h, conf, content) { return h('div', { ...conf, staticClass: 'q-table__middle' + (conf.staticClass !== void 0 ? ' ' + conf.staticClass : '') }, [ h('table', { staticClass: 'q-table' }, content) ]) }