diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-12 15:11:54 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-12 15:11:54 -0400 |
| commit | ff90d864ccccd33e9d2cfb7ef64afa2486c537a0 (patch) | |
| tree | 1483d2fbdc42abe43aefefc9a27c25ecdcb68dcf /src/components/attachment/attachment.vue | |
| parent | 78594f61d40b5011e0dea97d74142fbbcbf393f9 (diff) | |
fix wrong eslint comments
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 2 |
1 files changed, 1 insertions, 1 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> |
