diff options
Diffstat (limited to 'src/components/checkbox/checkbox.vue')
| -rw-r--r-- | src/components/checkbox/checkbox.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/checkbox/checkbox.vue b/src/components/checkbox/checkbox.vue index 494605cf..8ffcc63b 100644 --- a/src/components/checkbox/checkbox.vue +++ b/src/components/checkbox/checkbox.vue @@ -8,7 +8,7 @@ class="label -before" :class="{ faint: disabled }" > - <slot name="before"/> + <slot name="before" /> </span> <input type="checkbox" |
