API Documentation

DruxtBlocksBlockMixin

blocks

Modules

DruxtBlocksBlockMixin : object

The DruxtBlocksBlockMixin adds props and computed props to your DruxtBlock wrapper component.

DruxtBlocksRegionMixin : object

The DruxtBlocksRegionMixin adds props to your DruxtBlock wrapper component.

DruxtBlocksBlockMixin : object

The DruxtBlocksBlockMixin adds props and computed props to your DruxtBlock wrapper component.

See: DruxtBlocksBlockMixin
Example

import { DruxtBlocksBlockMixin } from 'druxt-blocks'
export default {
  mixins: [DruxtBlocksBlockMixin]
}

DruxtBlocksRegionMixin : object

The DruxtBlocksRegionMixin adds props to your DruxtBlock wrapper component.

See: DruxtBlocksRegionMixin
Example

import { DruxtBlocksRegionMixin } from 'druxt-blocks'
export default {
  mixins: [DruxtBlocksRegionMixin]
}

module.exports() ⏏

Default function to alert user to incorrectly installed module.

This was added as part of the @nuxt/kit update due to breaking changes.

Kind: Exported function