aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-09-08 10:44:08 +0300
committerShpuld Shpuldson <shp@cock.li>2020-09-08 10:44:08 +0300
commit8975589bca81ff6eb84084047bf74e16ee5d1cd7 (patch)
tree4d201c839806bb98911029e0ea137970b1351077 /src/components/poll
parentda63894072e133f66e7861e8c1ae50744cc980c3 (diff)
fix vue warnings and errors
Diffstat (limited to 'src/components/poll')
-rw-r--r--src/components/poll/poll.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index 1858f3e1..fedb92c8 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -17,7 +17,9 @@
<span class="result-percentage">
{{ percentageForOption(option.votes_count) }}%
</span>
+ <!-- eslint-disable vue/no-v-html -->
<span v-html="option.title_html" />
+ <!-- eslint-enable vue/no-v-html -->
</div>
<div
class="result-fill"