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,
|
||||
|
|
Loading…
Reference in a new issue