fix vue warnings

This commit is contained in:
Shpuld Shpuldson 2021-02-25 14:32:21 +02:00
parent 5faca01261
commit 59aaade7fc
10 changed files with 31 additions and 31 deletions

View file

@ -9,8 +9,8 @@
<button
v-if="!hideEmojiButton"
class="button-unstyled emoji-picker-icon"
@click.prevent="togglePicker"
type="button"
@click.prevent="togglePicker"
>
<FAIcon :icon="['far', 'smile-beam']" />
</button>