diff options
| author | Henry Jameson <me@hjkos.com> | 2019-10-29 09:35:42 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-10-29 09:35:42 +0200 |
| commit | c79b2501d275d8d022c6a9a2810211f606f14cde (patch) | |
| tree | b45eaed3bceffcea9da269f5dd736e56c2485544 /src/components/checkbox/checkbox.vue | |
| parent | a54c8b994e87a7166fc51728390040a80b4efe35 (diff) | |
fix indentation
Diffstat (limited to 'src/components/checkbox/checkbox.vue')
| -rw-r--r-- | src/components/checkbox/checkbox.vue | 4 |
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> |
