u-router-item.vue

0.1.0 • Public • Published

RouterItem

Examples

Basic

API

Attrs/Props

Name Type Default Description
to String | Object The target location of this link
replace Boolean false Setting replace prop will call router.replace() instead of router.push() when clicked
exact Boolean false Active matching behavior is inclusive match

Slots

Name Description
(default)

Events

@navigate

Emit when navigating to other router.

Property Type Description
to Object The target location of this link
replace Boolean Setting replace prop will call router.replace() instead of router.push() when clicked
exact Boolean Active matching behavior is inclusive match

/u-router-item.vue/

    Package Sidebar

    Install

    npm i u-router-item.vue

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • rainfore