use title html for poll options before vote

This commit is contained in:
Shpuld Shpuldson 2020-12-07 00:11:21 +02:00
parent 42c747a342
commit 415119cda9
3 changed files with 4 additions and 2 deletions

View file

@ -42,7 +42,8 @@
:value="index"
>
<label class="option-vote">
<div>{{ option.title }}</div>
<!-- eslint-disable-next-line vue/no-v-html -->
<div v-html="option.title_html" />
</label>
</div>
</div>