Explorar o código

fix weird thing i somehow missed

Henry Jameson %!s(int64=2) %!d(string=hai) anos
pai
achega
b132581b3a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/checkbox/checkbox.vue

+ 1 - 1
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 />