0.1.0 • Published 7 years ago

u-router-item.vue v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

RouterItem

Examples

Basic

API

Attrs/Props

NameTypeDefaultDescription
toString | ObjectThe target location of this link
replaceBooleanfalseSetting replace prop will call router.replace() instead of router.push() when clicked
exactBooleanfalseActive matching behavior is inclusive match

Slots

NameDescription
(default)

Events

@navigate

Emit when navigating to other router.

PropertyTypeDescription
toObjectThe target location of this link
replaceBooleanSetting replace prop will call router.replace() instead of router.push() when clicked
exactBooleanActive matching behavior is inclusive match