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

View file

@ -92,7 +92,7 @@
<p> <p>
<Checkbox <Checkbox
v-model="hideFollowers" v-model="hideFollowers"
> >
{{ $t('settings.hide_followers_description') }} {{ $t('settings.hide_followers_description') }}
</Checkbox> </Checkbox>
</p> </p>