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

@ -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>