vue-router-bootstrap-breadcrumbs

1.2.1 • Public • Published

This package exists to quickly and easily create a breadcrumb for your current Vue route.

Requirements

The vue-async-computed plugin must be installed.

Installation

npm install vue-router-bootstrap-breadcumbs

Usage

import breadcrumbs from 'vue-router-bootstrap-breadcrumbs';

<breadcrumbs></breadcrumbs>

Options

:home="true" allows you to show a link to the root (/) of your app. By default it does not appear.

By setting a breadcrumb computed property on a route component, you can change the text that appears in the breadcrumb.

:opt_in="true" allows you to show breadcrumbs only for those components that specify a breadcrumb computed property.

/vue-router-bootstrap-breadcrumbs/

    Package Sidebar

    Install

    npm i vue-router-bootstrap-breadcrumbs

    Weekly Downloads

    3

    Version

    1.2.1

    License

    ISC

    Unpacked Size

    24.2 kB

    Total Files

    8

    Last publish

    Collaborators

    • swagner