UNPKG

@mcwv/layout-grid

Version:

The Vue Material Adapter for the web layout-grid component

17 lines (16 loc) 341 B
export default { name: 'mcw-layout-inner-grid', functional: true, render(createElement, { scopedSlots }) { return createElement( 'div', { class: { 'mdc-layout-inner-grid': 1, 'mdc-layout-grid__inner': 1, }, }, scopedSlots.default && scopedSlots.default(), ); }, };