chore: format
This commit is contained in:
parent
89330c5161
commit
482c21d00e
|
@ -17,10 +17,18 @@
|
||||||
{{ file.name }}
|
{{ file.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<button class="_button" @click="chooseFile" :aria-label="i18n.t('attachFile')">
|
<button
|
||||||
|
class="_button"
|
||||||
|
@click="chooseFile"
|
||||||
|
:aria-label="i18n.t('attachFile')"
|
||||||
|
>
|
||||||
<i class="ph-upload ph-bold ph-lg"></i>
|
<i class="ph-upload ph-bold ph-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
<button class="_button" @click="insertEmoji" :aria-label="i18n.t('chooseEmoji')">
|
<button
|
||||||
|
class="_button"
|
||||||
|
@click="insertEmoji"
|
||||||
|
:aria-label="i18n.t('chooseEmoji')"
|
||||||
|
>
|
||||||
<i class="ph-smiley ph-bold ph-lg"></i>
|
<i class="ph-smiley ph-bold ph-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
|
|
@ -49,7 +49,11 @@
|
||||||
</MkPagination>
|
</MkPagination>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<div v-if="typers.length > 0" class="typers" aria-live="polite">
|
<div
|
||||||
|
v-if="typers.length > 0"
|
||||||
|
class="typers"
|
||||||
|
aria-live="polite"
|
||||||
|
>
|
||||||
<I18n
|
<I18n
|
||||||
:src="i18n.ts.typingUsers"
|
:src="i18n.ts.typingUsers"
|
||||||
text-tag="span"
|
text-tag="span"
|
||||||
|
|
Loading…
Reference in New Issue