DuxtNavigationLink
One entry of the sidebar.
A single entry, with its icon, its active state and — for a branch — its children.
Usage
<DuxtNavigationLink :item="item" />
API
Props
| Prop | Type | Notes |
|---|---|---|
item | ContentNavigationItem | Required — one node of the tree |
Notes
Worth replacing on its own when only the look of an entry is wrong: shadowing
this leaves the tree, the active state and the collapsing to
DuxtNavigation.
Was this page helpful?