feat(theme): Add noIcon option to VPNavBarMenuLink component

pull/3607/head
Rick Dubiel 2 years ago
parent 28989df834
commit 8fc8539e2c
No known key found for this signature in database
GPG Key ID: 97A76EC622801545

@ -22,6 +22,7 @@ const { page } = useData()
) )
}" }"
:href="item.link" :href="item.link"
:noIcon="item.noIcon"
:target="item.target" :target="item.target"
:rel="item.rel" :rel="item.rel"
tabindex="0" tabindex="0"

@ -176,6 +176,7 @@ export namespace DefaultTheme {
activeMatch?: string activeMatch?: string
rel?: string rel?: string
target?: string target?: string
noIcon?: boolean
} }
export interface NavItemChildren { export interface NavItemChildren {

Loading…
Cancel
Save