UNPKG

quasar-framework

Version:

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

11 lines (10 loc) 175 B
export default { name: 'q-card-main', render (h) { return h('div', { staticClass: 'q-card-main q-card-container' }, [ this.$slots.default ]) } }