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" />
|
<i class="checkbox-indicator" />
|
||||||
<span
|
<span
|
||||||
class="label"
|
|
||||||
v-if="!!$slots.default"
|
v-if="!!$slots.default"
|
||||||
|
class="label"
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import { set } from 'vue'
|
|
||||||
import Checkbox from '../checkbox/checkbox.vue'
|
import Checkbox from '../checkbox/checkbox.vue'
|
||||||
|
|
||||||
// At widest, approximately 20 emoji are visible in a row,
|
// At widest, approximately 20 emoji are visible in a row,
|
||||||
|
|
Loading…
Reference in a new issue