fix vue warnings and errors

This commit is contained in:
Shpuld Shpuldson 2020-09-08 10:44:08 +03:00
parent da63894072
commit 8975589bca
3 changed files with 22 additions and 17 deletions

View file

@ -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"