forked from AkkomaGang/akkoma-fe
change a eslint disable to nextline only
This commit is contained in:
parent
8975589bca
commit
afb2241a5b
1 changed files with 1 additions and 2 deletions
|
@ -17,9 +17,8 @@
|
|||
<span class="result-percentage">
|
||||
{{ percentageForOption(option.votes_count) }}%
|
||||
</span>
|
||||
<!-- eslint-disable vue/no-v-html -->
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
<span v-html="option.title_html" />
|
||||
<!-- eslint-enable vue/no-v-html -->
|
||||
</div>
|
||||
<div
|
||||
class="result-fill"
|
||||
|
|
Loading…
Reference in a new issue