aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-12-15 19:54:00 +0000
committerShpuld Shpludson <shp@cock.li>2020-12-15 19:54:00 +0000
commite8cebb568b70da50efccd7e018dc939b28bff76d (patch)
tree3938625df3237c3ed0903ea9a15005f13bfba500 /src/components/poll/poll.vue
parentfa01030641de7be89206787f5e364318086e8524 (diff)
parent5077549c7314c5ba18160a2a1a0bb303f143c182 (diff)
Merge branch 'develop' into 'fix/timeline-bar-clickables-offset'
# Conflicts: # CHANGELOG.md
Diffstat (limited to 'src/components/poll/poll.vue')
-rw-r--r--src/components/poll/poll.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index 264a5f03..42819c19 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -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>