Skip to content

Commit

Permalink
fix: Add missing no icon prop to the menu link component.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvuckovic authored Oct 9, 2024
1 parent 6ea60f5 commit f583a81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/components/VPMenuLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const { page } = useData()
:href="item.link"
:target="item.target"
:rel="item.rel"
:no-icon="item.noIcon"
>
{{ item.text }}
</VPLink>
Expand Down

0 comments on commit f583a81

Please sign in to comment.