fix: Add missing no icon prop to the menu link component.

pull/4260/head
Dusan Vuckovic 12 months ago committed by GitHub
parent 6ea60f5d0c
commit f583a815a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -18,6 +18,7 @@ const { page } = useData()
:href="item.link" :href="item.link"
:target="item.target" :target="item.target"
:rel="item.rel" :rel="item.rel"
:no-icon="item.noIcon"
> >
{{ item.text }} {{ item.text }}
</VPLink> </VPLink>

Loading…
Cancel
Save