diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-09-08 16:29:10 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-09-08 16:29:10 +0300 |
| commit | afb2241a5ba057f5d21abb23fa5400e461ba8cf5 (patch) | |
| tree | c34e85192ac14fd30ea5dd5de84610bcbd5acaef /src/components/poll/poll.vue | |
| parent | 8975589bca81ff6eb84084047bf74e16ee5d1cd7 (diff) | |
change a eslint disable to nextline only
Diffstat (limited to 'src/components/poll/poll.vue')
| -rw-r--r-- | src/components/poll/poll.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index fedb92c8..5f54b416 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -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" |
