aboutsummaryrefslogtreecommitdiff
path: root/src/components/checkbox/checkbox.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/checkbox/checkbox.vue')
-rw-r--r--src/components/checkbox/checkbox.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/checkbox/checkbox.vue b/src/components/checkbox/checkbox.vue
index 6e164c1b..5917598a 100644
--- a/src/components/checkbox/checkbox.vue
+++ b/src/components/checkbox/checkbox.vue
@@ -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>