diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-09-08 10:44:08 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-09-08 10:44:08 +0300 |
| commit | 8975589bca81ff6eb84084047bf74e16ee5d1cd7 (patch) | |
| tree | 4d201c839806bb98911029e0ea137970b1351077 /src/components/poll | |
| parent | da63894072e133f66e7861e8c1ae50744cc980c3 (diff) | |
fix vue warnings and errors
Diffstat (limited to 'src/components/poll')
| -rw-r--r-- | src/components/poll/poll.vue | 2 |
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" |
