forked from AkkomaGang/akkoma-fe
eslint fix
This commit is contained in:
parent
a43f1614ca
commit
a69946923b
4 changed files with 3 additions and 4 deletions
|
@ -12,8 +12,8 @@
|
|||
>
|
||||
<i class="checkbox-indicator" />
|
||||
<span
|
||||
class="label"
|
||||
v-if="!!$slots.default"
|
||||
class="label"
|
||||
>
|
||||
<slot />
|
||||
</span>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { set } from 'vue'
|
||||
import Checkbox from '../checkbox/checkbox.vue'
|
||||
|
||||
// At widest, approximately 20 emoji are visible in a row,
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
:src="emoji.imageUrl"
|
||||
>
|
||||
</span>
|
||||
<span :ref="'group-end-' + group.id"/>
|
||||
<span :ref="'group-end-' + group.id" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="keep-open">
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
<div
|
||||
ref="bottom"
|
||||
class="form-bottom"
|
||||
>
|
||||
>
|
||||
<div class="form-bottom-left">
|
||||
<media-upload
|
||||
ref="mediaUpload"
|
||||
|
|
Loading…
Reference in a new issue