Skip to content

Drupal Views components for Druxt with support for filters, pagination and sorting.

DruxtRouterView

View source on GitHub

DruxtRouterView

Renders a Views route via the DruxtView component.

The DruxtRouter component renders this component automatically for Views routes; the route props are passed through to DruxtView.

See

Example

<DruxtRouterView :route="route" />

.props

Vue.js Properties.

Kind: static property of DruxtRouterView


.langcode : string

The JSON:API resource language code.

Kind: static property of props


.path : string

The Decoupled router path.

Kind: static property of props


.route : object

The Decoupled router object.

Kind: static property of props