UNPKG

@vivid-web/flexboxgrid-vue

Version:

A simple flexbox CSS grid system with Vue

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