Fix i18n
This commit is contained in:
parent
21d9afebc3
commit
c8081ed353
10 changed files with 31 additions and 31 deletions
|
|
@ -8,7 +8,7 @@
|
|||
ref="textarea"
|
||||
@keypress="onKeypress"
|
||||
@paste="onPaste"
|
||||
:placeholder="$t('placeholder')"
|
||||
:placeholder="$t('input-message-here')"
|
||||
v-autocomplete="'text'"
|
||||
></textarea>
|
||||
<div class="file" @click="file = null" v-if="file">{{ file.name }}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue