fix indentation

This commit is contained in:
Henry Jameson 2019-10-29 09:35:42 +02:00
parent a54c8b994e
commit c79b2501d2
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<label
class="checkbox"
:class="{ disabled, indeterminate }"
>
>
<input
type="checkbox"
:disabled="disabled"
@ -14,7 +14,7 @@
<span
class="label"
v-if="!!$slots.default"
>
>
<slot />
</span>
</label>