forked from AkkomaGang/akkoma-fe
fix wrong eslint comments
This commit is contained in:
parent
78594f61d4
commit
ff90d864cc
2 changed files with 3 additions and 3 deletions
|
@ -100,7 +100,7 @@
|
||||||
<!-- eslint-disable vue/no-v-html -->
|
<!-- eslint-disable vue/no-v-html -->
|
||||||
<h1><a :href="attachment.url">{{ attachment.oembed.title }}</a></h1>
|
<h1><a :href="attachment.url">{{ attachment.oembed.title }}</a></h1>
|
||||||
<div v-html="attachment.oembed.oembedHTML" />
|
<div v-html="attachment.oembed.oembedHTML" />
|
||||||
<!-- eslint-enabled vue/no-v-html -->
|
<!-- eslint-enable vue/no-v-html -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
class="user-name"
|
class="user-name"
|
||||||
v-html="user.name_html"
|
v-html="user.name_html"
|
||||||
/>
|
/>
|
||||||
<!-- eslint-enabled vue/no-v-html -->
|
<!-- eslint-enable vue/no-v-html -->
|
||||||
<div
|
<div
|
||||||
v-else
|
v-else
|
||||||
:title="user.name"
|
:title="user.name"
|
||||||
|
@ -265,7 +265,7 @@
|
||||||
@click.prevent="linkClicked"
|
@click.prevent="linkClicked"
|
||||||
v-html="user.description_html"
|
v-html="user.description_html"
|
||||||
/>
|
/>
|
||||||
<!-- eslint-enabled vue/no-v-html -->
|
<!-- eslint-enable vue/no-v-html -->
|
||||||
<p
|
<p
|
||||||
v-else-if="!hideBio"
|
v-else-if="!hideBio"
|
||||||
class="user-card-bio"
|
class="user-card-bio"
|
||||||
|
|
Loading…
Reference in a new issue