aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment/attachment.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-07-07 00:54:17 +0300
committerHenry Jameson <me@hjkos.com>2019-07-07 00:54:17 +0300
commit020c6d1bcfaf67ccb9ecdab13a39a1ddea868bb6 (patch)
tree2c4d29afd542e288ad1907609a1b12c7c0719e31 /src/components/attachment/attachment.vue
parent1ec4caa0bbea18854a8a7bccaa7e2a0ea8bdf79e (diff)
all the manual fixes
Diffstat (limited to 'src/components/attachment/attachment.vue')
-rw-r--r--src/components/attachment/attachment.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index 55d81691..108dc36e 100644
--- a/src/components/attachment/attachment.vue
+++ b/src/components/attachment/attachment.vue
@@ -97,8 +97,10 @@
<img :src="attachment.thumb_url">
</div>
<div class="text">
+ <!-- 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 -->
</div>
</div>
</div>