Explorar el Código

fix weird thing i somehow missed

Henry Jameson hace 2 años
padre
commit
b132581b3a
Se han modificado 1 ficheros con 1 adiciones y 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 />