diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 11:47:22 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 11:47:22 +0300 |
| commit | b132581b3a5291fdc9ca62baf912a40be747ee6b (patch) | |
| tree | a65aad3fad423d4dda648202b850855edf964c8e /src/components/checkbox | |
| parent | f20ae34400b35c230d3e7824f98d9b3f4e977f82 (diff) | |
fix weird thing i somehow missed
Diffstat (limited to 'src/components/checkbox')
| -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 83695912..78f1b940 100644 --- a/src/components/checkbox/checkbox.vue +++ b/src/components/checkbox/checkbox.vue @@ -12,7 +12,7 @@ > <i class="checkbox-indicator" /> <span - v-if="!!$slots.default" + v-if="!!$slots.default()" class="label" > <slot /> |
