fix wrong eslint comments

This commit is contained in:
taehoon 2019-07-12 15:11:54 -04:00
parent 78594f61d4
commit ff90d864cc
2 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@
class="user-name"
v-html="user.name_html"
/>
<!-- eslint-enabled vue/no-v-html -->
<!-- eslint-enable vue/no-v-html -->
<div
v-else
:title="user.name"
@ -265,7 +265,7 @@
@click.prevent="linkClicked"
v-html="user.description_html"
/>
<!-- eslint-enabled vue/no-v-html -->
<!-- eslint-enable vue/no-v-html -->
<p
v-else-if="!hideBio"
class="user-card-bio"