Przeglądaj źródła

fix weird thing i somehow missed

Henry Jameson 2 lat temu
rodzic
commit
b132581b3a
1 zmienionych plików z 1 dodań i 1 usunięć
  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 />