UNPKG

quasar

Version:

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

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