Skip to content

Commit 3824113

Browse files
show html content (#211)
1 parent c785387 commit 3824113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Block/Tier.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ autoApply(`[data-block-id="${props.uuid}"]`, refresh);
8888
<ul class="points">
8989
<li v-for="{ content } in block.points" :key="content">
9090
<BaseIcon name="check" class="check" size="small" />
91-
{{ content }}
91+
<div v-html="content" />
9292
</li>
9393
</ul>
9494
</template>

0 commit comments

Comments
 (0)