fix vue style warnings
This commit is contained in:
parent
1ff55e17b1
commit
03aa1f3154
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue