UNPKG

@vivid-web/flexboxgrid-vue

Version:

A simple flexbox CSS grid system with Vue

24 lines (19 loc) 409 B
import Blockable from '../../mixins/Blockable'; // Import the styling for this component. import '../../stylus/components/_col.styl'; /* @vue/component */ export default { /** * The name of the component. */ name: 'VCol', /** * The name of the block. * Used for the BEM styling. */ block: 'v-col', /** * The mixins that this component will use. */ mixins: [Blockable], };