aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-09-09 10:21:54 +0000
committerShpuld Shpludson <shp@cock.li>2020-09-09 10:21:54 +0000
commit679a1f5e1c0591bd1864b4ff5faa9233a0e53adc (patch)
treec34e85192ac14fd30ea5dd5de84610bcbd5acaef /src/components/poll/poll.vue
parentda63894072e133f66e7861e8c1ae50744cc980c3 (diff)
parentafb2241a5ba057f5d21abb23fa5400e461ba8cf5 (diff)
Merge branch 'fix/fix-vue-errors' into 'develop'
fix vue warnings and errors See merge request pleroma/pleroma-fe!1230
Diffstat (limited to 'src/components/poll/poll.vue')
-rw-r--r--src/components/poll/poll.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index 1858f3e1..5f54b416 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -17,6 +17,7 @@
<span class="result-percentage">
{{ percentageForOption(option.votes_count) }}%
</span>
+ <!-- eslint-disable-next-line vue/no-v-html -->
<span v-html="option.title_html" />
</div>
<div