fix(theme): show external link icon in navbar (#1881)

fixes #1948
pull/1599/head
meedfine 2 years ago committed by GitHub
parent 6218b108bc
commit 8e6e8d9af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,6 @@ const { page } = useData()
) )
}" }"
:href="item.link" :href="item.link"
:noIcon="true"
> >
{{ item.text }} {{ item.text }}
</VPLink> </VPLink>

Loading…
Cancel
Save