aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-07-12 15:11:54 -0400
committertaehoon <th.dev91@gmail.com>2019-07-12 15:11:54 -0400
commitff90d864ccccd33e9d2cfb7ef64afa2486c537a0 (patch)
tree1483d2fbdc42abe43aefefc9a27c25ecdcb68dcf
parent78594f61d40b5011e0dea97d74142fbbcbf393f9 (diff)
fix wrong eslint comments
-rw-r--r--src/components/attachment/attachment.vue2
-rw-r--r--src/components/user_card/user_card.vue4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index 108dc36e..ec326c45 100644
--- a/src/components/attachment/attachment.vue
+++ b/src/components/attachment/attachment.vue
@@ -100,7 +100,7 @@
<!-- eslint-disable vue/no-v-html -->
<h1><a :href="attachment.url">{{ attachment.oembed.title }}</a></h1>
<div v-html="attachment.oembed.oembedHTML" />
- <!-- eslint-enabled vue/no-v-html -->
+ <!-- eslint-enable vue/no-v-html -->
</div>
</div>
</div>
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue
index fe804e02..f987fbbb 100644
--- a/src/components/user_card/user_card.vue
+++ b/src/components/user_card/user_card.vue
@@ -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"