fix(theme): allow adding html as feature icons

pull/2141/head
Divyansh Singh 1 year ago
parent 3235c23313
commit e5bc1e1086

@ -23,7 +23,7 @@ defineProps<{
:height="icon.height"
:width="icon.width"
/>
<div v-else-if="icon" class="icon">{{ icon }}</div>
<div v-else-if="icon" class="icon" v-html="icon"></div>
<h2 class="title" v-html="title"></h2>
<p v-if="details" class="details" v-html="details"></p>

Loading…
Cancel
Save