Skip to content

Commit

Permalink
fix(theme): html text not showing properly in mobile nav menu
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Apr 1, 2024
1 parent a6a7645 commit 3c8b4c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/client/theme-default/components/VPNavScreenMenuLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ const closeScreen = inject('close-screen') as () => void
:target="item.target"
:rel="item.rel"
@click="closeScreen"
>
{{ item.text }}
</VPLink>
v-html="item.text"
/>
</template>

<style scoped>
Expand Down

0 comments on commit 3c8b4c7

Please sign in to comment.