File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
src/client/theme-default/components Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ interface NavItemWithLink {
9393 activeMatch? : string
9494 target? : string
9595 rel? : string
96+ noIcon? : boolean
9697}
9798
9899interface NavItemChildren {
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ interface NavItemWithLink {
9393 activeMatch? : string
9494 target? : string
9595 rel? : string
96+ noIcon? : boolean
9697}
9798
9899interface NavItemChildren {
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ interface NavItemWithLink {
9393 activeMatch? : string
9494 target? : string
9595 rel? : string
96+ noIcon? : boolean
9697}
9798
9899interface NavItemChildren {
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ const { page } = useData()
2222 )
2323 }"
2424 :href =" item.link"
25+ :noIcon =" item.noIcon"
2526 :target =" item.target"
2627 :rel =" item.rel"
2728 tabindex =" 0"
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ export namespace DefaultTheme {
176176 activeMatch ?: string
177177 rel ?: string
178178 target ?: string
179+ noIcon ?: boolean
179180 }
180181
181182 export interface NavItemChildren {
You can’t perform that action at this time.
0 commit comments