Skip to content
Snippets Groups Projects
Commit 03aa1f31 authored by xenofem's avatar xenofem
Browse files

fix vue style warnings

parent 1ff55e17
Branches
No related tags found
No related merge requests found
......@@ -266,7 +266,11 @@
:href="file.url"
>{{ file.url }}</a>
</div>
<input type="text" :placeholder="$t('post_status.media_description')" v-model="newStatus.mediaDescriptions[file.id]">
<input
v-model="newStatus.mediaDescriptions[file.id]"
type="text"
:placeholder="$t('post_status.media_description')"
>
</div>
</div>
<div
......
......@@ -10,9 +10,9 @@
<!-- NOTE: key is required to force to re-render img tag when src is changed -->
<img
ref="src"
:key="src"
:alt="alt"
:title="alt"
:key="src"
:src="src"
:referrerpolicy="referrerpolicy"
@load="onLoad"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment