We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
kiaking
brc-dd
posva
Learn more about funding links in repositories.
Report abuse
1 parent 0c9dd1f commit 69251b7Copy full SHA for 69251b7
src/client/theme-default/components/VPFlyout.vue
@@ -39,7 +39,7 @@ function onBlur() {
39
>
40
<span v-if="button || icon" class="text">
41
<component v-if="icon" :is="icon" class="option-icon" />
42
- {{ button }}
+ <span v-html="button"></span>
43
<VPIconChevronDown class="text-icon" />
44
</span>
45
src/client/theme-default/components/VPNavBarMenuLink.vue
@@ -26,7 +26,7 @@ const { page } = useData()
26
:rel="item.rel"
27
tabindex="0"
28
29
- {{ item.text }}
+ <span v-html="item.text"></span>
30
</VPLink>
31
</template>
32
0 commit comments