change a eslint disable to nextline only
This commit is contained in:
parent
8975589bca
commit
afb2241a5b
|
@ -17,9 +17,8 @@
|
||||||
<span class="result-percentage">
|
<span class="result-percentage">
|
||||||
{{ percentageForOption(option.votes_count) }}%
|
{{ percentageForOption(option.votes_count) }}%
|
||||||
</span>
|
</span>
|
||||||
<!-- eslint-disable vue/no-v-html -->
|
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||||
<span v-html="option.title_html" />
|
<span v-html="option.title_html" />
|
||||||
<!-- eslint-enable vue/no-v-html -->
|
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="result-fill"
|
class="result-fill"
|
||||||
|
|
Loading…
Reference in New Issue