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

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

@ -17,9 +17,8 @@ const closeScreen = inject('close-screen') as () => void
:target="item.target" :target="item.target"
:rel="item.rel" :rel="item.rel"
@click="closeScreen" @click="closeScreen"
> v-html="item.text"
{{ item.text }} />
</VPLink>
</template> </template>
<style scoped> <style scoped>

Loading…
Cancel
Save