fix(theme): html text not showing properly in mobile nav menu

pull/3730/head
Divyansh Singh 3 months ago
parent a6a7645e94
commit 3c8b4c7060

@ -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>

Loading…
Cancel
Save