We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a1760 commit ea43076Copy full SHA for ea43076
src/client/theme-default/components/VPFeature.vue
@@ -24,8 +24,8 @@ defineProps<{
24
:width="icon.width"
25
/>
26
<div v-else-if="icon" class="icon">{{ icon }}</div>
27
- <h2 class="title">{{ title }}</h2>
28
- <p class="details">{{ details }}</p>
+ <h2 class="title" v-html="title"></h2>
+ <p class="details" v-html="details"></p>
29
30
<div v-if="linkText" class="link-text">
31
<p class="link-text-value">
0 commit comments