UNPKG

quasar

Version:

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

8 lines (6 loc) 148 B
import { h } from 'vue' export default function (props, content) { return h('div', props, [ h('table', { class: 'q-table' }, content) ]) }